|
std::string | pn_GetTraceName (sc_object *obj, const char *name, int dim, int arg1, int arg2) |
| Generates and returns a trace file compatible string. More...
|
|
char * | pn_TbPrintf (const char *format,...) |
| Testbench printf helper. More...
|
|
void | pn_TbAssert (bool cond, const char *msg, const char *filename, const int line) |
| Testbench assert helper. More...
|
|
void | pn_TbInfo (const char *msg, const char *filename, const int line) |
| Testbench information helper. More...
|
|
void | pn_TbWarning (const char *msg, const char *filename, const int line) |
| Testbench warning helper. More...
|
|
void | pn_TbError (const char *msg, const char *filename, const int line) |
| Testbench error helper. More...
|
|
char * | pn_DisAss (TWord insn) |
| Dissassemble RISC-V instructions to C string. More...
|
|