68#ifndef SC_DEFINE_MESSAGE
69#define SC_DEFINE_MESSAGE(id,unused1,unused2) \
70 namespace sc_core { extern SC_API const char id[]; }
78 "length mismatch in bit/logic vector assignment" )
80 "incompatible types" )
82 "cannot perform conversion" )
84 "incompatible vectors" )
86 "
value is not valid" )
90 "vector contains 4-
value logic" )
92 "sc_bv cannot contain values X and Z" )
94 "vector is too
long: truncated" )
96 "vector is too
short: 0-padded" )
#define SC_DEFINE_MESSAGE(id, unused1, unused2)
const char SC_ID_VECTOR_TOO_LONG_[]
const char SC_ID_INCOMPATIBLE_VECTORS_[]
const char SC_ID_LOGIC_Z_TO_BOOL_[]
const char SC_ID_CANNOT_CONVERT_[]
const char SC_ID_LOGIC_X_TO_BOOL_[]
const char SC_ID_ZERO_LENGTH_[]
const char SC_ID_VALUE_NOT_VALID_[]
const char SC_ID_INCOMPATIBLE_TYPES_[]
const char SC_ID_SC_BV_CANNOT_CONTAIN_X_AND_Z_[]
SC_API const char SC_ID_REGISTER_ID_FAILED_[]
const char SC_ID_VECTOR_TOO_SHORT_[]
const char SC_ID_WRONG_VALUE_[]
const char SC_ID_LENGTH_MISMATCH_[]
const char SC_ID_VECTOR_CONTAINS_LOGIC_VALUE_[]
sc_core::sc_signal_in_if< T > & value(const T &val)