|
ilang
1.1.4
ILAng: A Modeling and Verification Platform for SoCs
|
Class wrapper for the ILA portable Ser/Des interface. More...
#include <interface.h>
Static Public Member Functions | |
| static json | Serialize (const InstrLvlAbsPtr &m) |
| Serialize the ILA model to a JSON object. More... | |
| static InstrLvlAbsPtr | Deserialize (const json &j) |
| Deserialize the ILA model from a JSON object. More... | |
| static bool | SerToFile (const InstrLvlAbsPtr &m, const std::string &file_name, const int &indent=-1) |
| Serialize the ILA model to the given file. More... | |
| static InstrLvlAbsPtr | DesFromFile (const std::string &file_name) |
| Deserialize the ILA model from the given file. More... | |
Class wrapper for the ILA portable Ser/Des interface.
|
static |
Deserialize the ILA model from a JSON object.
| [in] | j | the input JSON object. |
|
static |
Deserialize the ILA model from the given file.
| [in] | file_name | the input file name. |
|
static |
Serialize the ILA model to a JSON object.
| [in] | m | the ILA model to serialize. |
|
static |
Serialize the ILA model to the given file.
| [in] | m | the ILA model to serialize. |
| [in] | file_name | the output file name. |
| [in] | indent | the number of space to indent. |
1.8.5