SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_tracing_ids.h File Reference

Report ids for the tracing code. More...

Include dependency graph for sc_tracing_ids.h:
This graph shows which files directly or indirectly include this file:

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_
 

Detailed Description

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.

Macro Definition Documentation

◆ SC_DEFINE_MESSAGE

#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.

Function Documentation

◆ SC_DEFINE_MESSAGE() [1/4]

SC_DEFINE_MESSAGE ( SC_ID_TRACING_FOPEN_FAILED_  ,
701  ,
"cannot open tracefile for writing"   
)

◆ SC_DEFINE_MESSAGE() [2/4]

default timescale unit used for tracing SC_DEFINE_MESSAGE ( SC_ID_TRACING_TIMESCALE_UNIT_  ,
703  ,
"tracing timescale unit set"   
)

◆ SC_DEFINE_MESSAGE() [3/4]

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() [4/4]

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"   
)

◆ timesteps()

default timescale unit used for tracing VCD delta cycle tracing with pseudo timesteps ( unit)