ilang  1.1.4
ILAng: A Modeling and Verification Platform for SoCs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros
Classes | Public Member Functions | List of all members
ilang::IlaSim Class Reference

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.
 

Detailed Description

A class to generate SystemC simulator model from ILA model Example Use:


The documentation for this class was generated from the following file: