PandA-2024.02
|
constants used in testbench generation More...
Go to the source code of this file.
Macros | |
#define | STR_CST_testbench_generation_basename "cosim" |
The basename of the testbench files. More... | |
#define | DATA_SIZE_THRESHOLD (1024 * 8) |
threshold used to switch from data directly printed to data written to a file and then copied More... | |
#define | STR_CST_INIT_TIME "100" |
Constant delay for testbench initialization. It is relevant for XILINX devices. More... | |
constants used in testbench generation
Definition in file testbench_generation_constants.hpp.
#define DATA_SIZE_THRESHOLD (1024 * 8) |
threshold used to switch from data directly printed to data written to a file and then copied
Definition at line 47 of file testbench_generation_constants.hpp.
Referenced by CInitializationParser::Parse().
#define STR_CST_INIT_TIME "100" |
Constant delay for testbench initialization. It is relevant for XILINX devices.
Definition at line 50 of file testbench_generation_constants.hpp.
Referenced by TestbenchGeneration::Exec().
#define STR_CST_testbench_generation_basename "cosim" |
The basename of the testbench files.
Definition at line 44 of file testbench_generation_constants.hpp.
Referenced by SimulationTool::GenerateLibraryBuildScript().