|
ilang
1.1.4
ILAng: A Modeling and Verification Platform for SoCs
|
The class for serializing an ILA model to JSON format. More...
#include <ila_to_json_serializer.h>
Public Types | |
| typedef std::shared_ptr< I2JSer > | I2JSerPtr |
| Pointer type for normal use of I2JSer. | |
Public Member Functions | |
| I2JSer () | |
| Default constructor. | |
| ~I2JSer () | |
| Default destructor. | |
| json | SerInstrLvlAbs (const InstrLvlAbsPtr &i_ila) |
| Serialize InstrLvlAbs, including its children, to JSON. | |
Static Public Member Functions | |
| static I2JSerPtr | New () |
| Create a new I2JSer. Used for hiding implementation specific type details. | |
The class for serializing an ILA model to JSON format.
1.8.5