|
ilang
1.1.4
ILAng: A Modeling and Verification Platform for SoCs
|
The class for deserializing an ILA model from JSON format. More...
#include <json_to_ila_deserializer.h>
Public Types | |
| typedef std::shared_ptr< J2IDes > | J2IDesPtr |
| Pointer type for normal use of J2IDes. | |
Public Member Functions | |
| J2IDes () | |
| Default constructor. | |
| ~J2IDes () | |
| Default destructor. | |
| InstrLvlAbsPtr | DesInstrLvlAbs (const json &j_global) |
| Deserialize InstrLvlAbs from JSON. | |
Static Public Member Functions | |
| static J2IDesPtr | New () |
| Create a new J2IDes. Used for hiding implementation specific type details. | |
The class for deserializing an ILA model from JSON format.
1.8.5