gem5 v24.0.0.0
|
Go to the source code of this file.
Namespaces | |
namespace | sc_core |
Variables | |
const char | sc_core::SC_ID_LENGTH_MISMATCH_ [] |
const char | sc_core::SC_ID_INCOMPATIBLE_TYPES_ [] = "incompatible types" |
const char | sc_core::SC_ID_CANNOT_CONVERT_ [] = "cannot perform conversion" |
const char | sc_core::SC_ID_INCOMPATIBLE_VECTORS_ [] = "incompatible vectors" |
const char | sc_core::SC_ID_VALUE_NOT_VALID_ [] = "value is not valid" |
const char | sc_core::SC_ID_ZERO_LENGTH_ [] = "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_ [] = "vector is too long: truncated" |
const char | sc_core::SC_ID_VECTOR_TOO_SHORT_ [] = "vector is too short: 0-padded" |
const char | sc_core::SC_ID_WRONG_VALUE_ [] = "wrong value" |
const char | sc_core::SC_ID_LOGIC_Z_TO_BOOL_ [] |
const char | sc_core::SC_ID_LOGIC_X_TO_BOOL_ [] |