SystemC
Recoding Infrastructure for SystemC v0.6.0 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include "sysc/utils/sc_report.h"
Go to the source code of this file.
Namespaces | |
sc_core | |
Macros | |
#define | SC_DEFINE_MESSAGE(id, unused1, unused2) namespace sc_core { extern const char id[]; } |
Functions | |
SC_DEFINE_MESSAGE (SC_ID_INVALID_WL_, 300,"total wordlength <= 0 is not valid") SC_DEFINE_MESSAGE(SC_ID_INVALID_N_BITS_ | |
#define SC_DEFINE_MESSAGE | ( | id, | |
unused1, | |||
unused2 | |||
) | namespace sc_core { extern const char id[]; } |
Definition at line 59 of file sc_fx_ids.h.
SC_DEFINE_MESSAGE | ( | SC_ID_INVALID_WL_ | , |
300 | , | ||
"total wordlength <= 0 is not valid" | |||
) |