|
ilang
1.1.4
ILAng: A Modeling and Verification Platform for SoCs
|
A class to generate SystemC simulator model from ILA model Example Use: More...
#include <ila_sim.h>
Classes | |
| struct | ld_info |
| TODO. More... | |
| struct | st_info |
| TODO. More... | |
Public Member Functions | |
| IlaSim () | |
| Default constructor. | |
| IlaSim (const InstrLvlAbsPtr &model_ptr) | |
| Construct with the target ILA model. | |
| void | set_instr_lvl_abs (const InstrLvlAbsPtr &model_ptr) |
| Set the target ILA model. | |
| void | set_systemc_path (std::string systemc_path) |
| (To be deprecated) set the path to SystemC library. | |
| void | enable_cmake_support () |
| Set to CMake build mode. | |
| void | sim_gen (std::string export_dir, bool external_mem=false, bool readable=false, bool qemu_device=false) |
| Generate the simulator. | |
A class to generate SystemC simulator model from ILA model Example Use:
1.8.5