SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
Report ids for the tracing code. More...
#include "sysc/kernel/sc_cmnhdr.h"
Go to the source code of this file.
Macros | |
#define | SC_DEFINE_MESSAGE(id, unused1, unused2) namespace sc_core { extern SC_API const char id[]; } |
Functions | |
SC_DEFINE_MESSAGE (SC_ID_TRACING_FOPEN_FAILED_, 701, "cannot open tracefile for writing") SC_DEFINE_MESSAGE(SC_ID_TRACING_TIMESCALE_DEFAULT_ | |
default timescale unit used for tracing | SC_DEFINE_MESSAGE (SC_ID_TRACING_TIMESCALE_UNIT_, 703, "tracing timescale unit set") SC_DEFINE_MESSAGE(SC_ID_TRACING_VCD_DELTA_CYCLE_ |
default timescale unit used for tracing VCD delta cycle tracing with pseudo | timesteps (1 unit)" ) SC_DEFINE_MESSAGE( SC_ID_TRACING_OBJECT_IGNORED_ |
default timescale unit used for tracing VCD delta cycle tracing with pseudo object cannot not be traced | SC_DEFINE_MESSAGE (SC_ID_TRACING_OBJECT_NAME_FILTERED_, 711, "traced object name filtered") SC_DEFINE_MESSAGE(SC_ID_TRACING_INVALID_ENUM_VALUE_ |
default timescale unit used for tracing VCD delta cycle tracing with pseudo object cannot not be traced traced value of enumerated type undefined | SC_DEFINE_MESSAGE (SC_ID_TRACING_VCD_TIME_RESOLUTION_, 713, "current kernel time is not representable in VCD time units") SC_DEFINE_MESSAGE(SC_ID_TRACING_REVERSED_TIME_ |
Report ids for the tracing code.
Original Author: Philipp A. Hartmann, OFFIS, 2013-11-17
CHANGE LOG AT END OF FILE
Definition in file sc_tracing_ids.h.
#define SC_DEFINE_MESSAGE | ( | id, | |
unused1, | |||
unused2 | |||
) | namespace sc_core { extern SC_API const char id[]; } |
Definition at line 46 of file sc_tracing_ids.h.
SC_DEFINE_MESSAGE | ( | SC_ID_TRACING_FOPEN_FAILED_ | , |
701 | , | ||
"cannot open tracefile for writing" | |||
) |
default timescale unit used for tracing SC_DEFINE_MESSAGE | ( | SC_ID_TRACING_TIMESCALE_UNIT_ | , |
703 | , | ||
"tracing timescale unit set" | |||
) |
default timescale unit used for tracing VCD delta cycle tracing with pseudo object cannot not be traced SC_DEFINE_MESSAGE | ( | SC_ID_TRACING_OBJECT_NAME_FILTERED_ | , |
711 | , | ||
"traced object name filtered" | |||
) |
default timescale unit used for tracing VCD delta cycle tracing with pseudo object cannot not be traced traced value of enumerated type undefined SC_DEFINE_MESSAGE | ( | SC_ID_TRACING_VCD_TIME_RESOLUTION_ | , |
713 | , | ||
"current kernel time is not representable in VCD time units" | |||
) |
default timescale unit used for tracing VCD delta cycle tracing with pseudo timesteps | ( | 1 | unit | ) |