SpeakHDL auto-generates or updates the top directory each time the user gives the 'ok' command. The top directory is placed inside the same directory as the application module .vhd file that gave the 'ok' command, which is suggested to be named the source folder. Organizing the directory structure this way makes it possible to simply add the SPEAKHDL_API_PKG.vhdp library file and the source folder recursively inside to simulation/synthesis toolchain.
Files | |
file | PINOUT.xdc |
[auto-generated]: Constraints file containing the system clock frequency constraint and all application module pinout locations | |
file | TESTBENCH.vhd |
[auto-generated]: Testbench file that drives the clock 'vector' and reset signal and instantiates the TOP level file | |
file | TOP.vhd |
[auto-generated]: Top level VHDL file that instantiates all application modules directly | |
file | USER_DEFS_PKG.vhd |
[auto-generated]: Definitions file containing constants necessary for compilation of the library file and application module indexes | |