SystemC 3.0.0
Accellera SystemC proof-of-concept library
Namespaces | Macros | Variables
sc_bit_ids.h File Reference
#include "sysc/utils/sc_report.h"
Include dependency graph for sc_bit_ids.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sc_core
 

Macros

#define SC_DEFINE_MESSAGE(id, unused1, unused2)    namespace sc_core { extern SC_API const char id[]; }
 

Variables

const char sc_core::SC_ID_LENGTH_MISMATCH_ []
 
const char sc_core::SC_ID_INCOMPATIBLE_TYPES_ []
 
const char sc_core::SC_ID_CANNOT_CONVERT_ []
 
const char sc_core::SC_ID_INCOMPATIBLE_VECTORS_ []
 
const char sc_core::SC_ID_VALUE_NOT_VALID_ []
 
const char sc_core::SC_ID_ZERO_LENGTH_ []
 
const char sc_core::SC_ID_VECTOR_CONTAINS_LOGIC_VALUE_ []
 
const char sc_core::SC_ID_SC_BV_CANNOT_CONTAIN_X_AND_Z_ []
 
const char sc_core::SC_ID_VECTOR_TOO_LONG_ []
 
const char sc_core::SC_ID_VECTOR_TOO_SHORT_ []
 
const char sc_core::SC_ID_WRONG_VALUE_ []
 
const char sc_core::SC_ID_LOGIC_Z_TO_BOOL_ []
 
const char sc_core::SC_ID_LOGIC_X_TO_BOOL_ []
 

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 69 of file sc_bit_ids.h.