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

Report ids for the datatypes/fx code. More...

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

Go to the source code of this file.

Namespaces

 sc_core
 

Macros

#define SC_DEFINE_MESSAGE(id, unused1, unused2)   namespace sc_core { extern SC_API 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_
 

Detailed Description

Report ids for the datatypes/fx code.

Original Author: Martin Janssen, Synopsys, Inc., 2002-01-17

Definition in file sc_fx_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 66 of file sc_fx_ids.h.

Function Documentation

◆ SC_DEFINE_MESSAGE()

SC_DEFINE_MESSAGE ( SC_ID_INVALID_WL_  ,
300  ,
"total wordlength <= 0 is not valid"   
)