ilang
1.1.4
ILAng: A Modeling and Verification Platform for SoCs
|
The ILAtor class - for CMake-based SystemC simulator generation. More...
#include <ilator.h>
Public Member Functions | |
Ilator (const InstrLvlAbsPtr &m) | |
Constructor with a fixed ILA model. | |
~Ilator () | |
Destructor. | |
void | Generate (const std::string &dst, bool opt) |
Generate the SystemC simulator. More... | |
The ILAtor class - for CMake-based SystemC simulator generation.
void ilang::Ilator::Generate | ( | const std::string & | dst, |
bool | opt | ||
) |
Generate the SystemC simulator.
[in] | dst | the directory path for the generated simulator. |
[in] | opt | set true to enable optimization. |