| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 

Go to the source code of this file.
Macros | |
| #define | SC_DEFINE_MESSAGE(id, unused1, unused2) namespace sc_core { extern 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_DUPLICATE_TIME_, 713,"multiple VCD tracing cycles with the same time detected") SC_DEFINE_MESSAGE(SC_ID_TRACING_VCD_REVERSED_TIME_ | 
| #define SC_DEFINE_MESSAGE | ( | id, | |
| unused1, | |||
| unused2 | |||
| ) | namespace sc_core { extern const char id[]; } | 
Definition at line 37 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_DUPLICATE_TIME_ | , | 
| 713 | , | ||
| "multiple VCD tracing cycles with the same time detected" | |||
| ) | 
| default timescale unit used for tracing VCD delta cycle tracing with pseudo timesteps | ( | 1 | unit | ) | 
 1.8.5