PandA-2024.02
|
Generate HDL testbench for the top-level kernel testing. More...
Go to the source code of this file.
Data Structures | |
class | TestbenchGeneration |
Enumerations | |
enum | TestbenchGeneration_MemoryType { TestbenchGeneration_MemoryType::INPUT_PARAMETER, TestbenchGeneration_MemoryType::MEMORY_INITIALIZATION, TestbenchGeneration_MemoryType::OUTPUT_PARAMETER, TestbenchGeneration_MemoryType::RETURN } |
Enum class used to specify which type of content has to be printed for memory initialization. More... | |
Functions | |
CONSTREF_FORWARD_DECL (tree_manager) | |
REF_FORWARD_DECL (language_writer) | |
REF_FORWARD_DECL (memory) | |
REF_FORWARD_DECL (structural_object) | |
Generate HDL testbench for the top-level kernel testing.
Definition in file testbench_generation.hpp.
|
strong |
Enum class used to specify which type of content has to be printed for memory initialization.
Enumerator | |
---|---|
INPUT_PARAMETER | |
MEMORY_INITIALIZATION | |
OUTPUT_PARAMETER | |
RETURN |
Definition at line 56 of file testbench_generation.hpp.
CONSTREF_FORWARD_DECL | ( | tree_manager | ) |
REF_FORWARD_DECL | ( | language_writer | ) |
REF_FORWARD_DECL | ( | memory | ) |
REF_FORWARD_DECL | ( | structural_object | ) |