Metadata-Version: 2.1
Name: fpgatools
Version: 0.0.2
Summary: University project to support FPGA development.
Home-page: https://github.com/Fint0r/FPGA_Tools
Author: József Fintor
Author-email: fintor976@gmail.com
License: MIT
Description: # FPGA Tools
        University project to support FPGA development for Nexys 4 DDR.
        
        Project supports:
          - TestBench generation
          - Constraint generation
        
        Controls:
         - **Browse:** Search for your source VHDL file. Will be used for signal names and the base for the generation.
         - **Generat TestBench:** Click if you want to generate testbench for your project.
         - **Generate Constraint:** Click if you want to generate constraints for your project. Double check your Signal - I/O bindings.
         - **Switch between Nexys4 and Nexys4 DDR** with radio buttons
         
        ![Picture of GUI](https://github.com/Fint0r/FPGA_Tools/blob/master/misc/doc/sw_gui.jpg?raw=true "Picture of the SW")
        
        ## Windows
        
        Runnable exe can be found under "Runnable exe" folder.\
        Exe generation can be run with misc/generate_exe.bat.
        
        ## Linux
        
        Executable can be found in "Runnable exe" folder.\
        You can generate the executable by running the misc/generate_linux.sh script.
        
        ## Misc
        Generated GUI design can be found in misc/gui_design.ui. Created with QT Designer.
        Few popular antivirus software alerts useres about virus in exe. Its false positive alert, because the exe is unsigned (not certificated) [more about signing EXE](https://stackoverflow.com/questions/252226/signing-a-windows-exe-file?noredirect=1&lq=1). [VirusTotal report](https://www.virustotal.com/gui/file/15d41d4d85b69bdeec66af8920b53919d32ba3c486c09b2b85eca7ae09223686/detection)
        If you would like to generate your own "virus free" exe you can use [generate_exe.bat](https://github.com/Fint0r/FPGA_Tools/blob/master/misc/generate_exe.bat), in this case you need all of the dependencies installed for your python.
        
        ### Feel free to contact us if you have any question.
        
Keywords: fpga,development,xdc,testbench,generator,tb
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
