gem5 v24.0.0.0
|
Go to the source code of this file.
Namespaces | |
namespace | sc_core |
Variables | |
const char | sc_core::SC_ID_INVALID_WL_ [] = "total wordlength <= 0 is not valid" |
const char | sc_core::SC_ID_INVALID_N_BITS_ [] = "number of bits < 0 is not valid" |
const char | sc_core::SC_ID_INVALID_DIV_WL_ [] = "division wordlength <= 0 is not valid" |
const char | sc_core::SC_ID_INVALID_CTE_WL_ [] = "constant wordlength <= 0 is not valid" |
const char | sc_core::SC_ID_INVALID_MAX_WL_ [] |
const char | sc_core::SC_ID_INVALID_FX_VALUE_ [] = "invalid fixed-point value" |
const char | sc_core::SC_ID_INVALID_O_MODE_ [] = "invalid overflow mode" |
const char | sc_core::SC_ID_OUT_OF_RANGE_ [] = "index out of range" |
const char | sc_core::SC_ID_CONTEXT_BEGIN_FAILED_ [] = "context begin failed" |
const char | sc_core::SC_ID_CONTEXT_END_FAILED_ [] = "context end failed" |
const char | sc_core::SC_ID_WRAP_SM_NOT_DEFINED_ [] |