29#ifndef SC_TRACING_IDS_H
30#define SC_TRACING_IDS_H
40#ifndef SC_DEFINE_MESSAGE
41#define SC_DEFINE_MESSAGE(id,unused1,unused2) \
42 namespace sc_core { extern SC_API const char id[]; }
46 "cannot open trace file for writing" )
49 "default timescale unit used for tracing" )
51 "tracing timescale unit set" )
53 "VCD delta cycle tracing with pseudo timesteps (1 unit)" )
55 "invalid tracing timescale unit set" )
58 "
object cannot not be traced" )
60 "traced
object name filtered" )
62 "traced
value of enumerated type undefined" )
64 "current kernel time is not representable in VCD time units" )
66 "tracing cycle with duplicate or reversed time detected" )
68 "trace file closed before any cycles were traced, file not written" )
#define SC_DEFINE_MESSAGE(id, unused1, unused2)
const char SC_ID_TRACING_TIMESCALE_DEFAULT_[]
const char SC_ID_TRACING_INVALID_ENUM_VALUE_[]
const char SC_ID_TRACING_REVERSED_TIME_[]
const char SC_ID_TRACING_TIMESCALE_UNIT_[]
const char SC_ID_TRACING_ALREADY_INITIALIZED_[]
const char SC_ID_TRACING_VCD_TIME_RESOLUTION_[]
class SC_API sc_trace_file
const char SC_ID_TRACING_CLOSE_EMPTY_FILE_[]
const char SC_ID_TRACING_OBJECT_NAME_FILTERED_[]
const char SC_ID_TRACING_FOPEN_FAILED_[]
const char SC_ID_TRACING_VCD_DELTA_CYCLE_[]
const char SC_ID_TRACING_OBJECT_IGNORED_[]
const char SC_ID_TRACING_INVALID_TIMESCALE_UNIT_[]
sc_core::sc_signal_in_if< T > & value(const T &val)