Searched refs:SC_ID_WAIT_N_INVALID_ (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/ext/core/
H A Dmessages.hh60 extern const char SC_ID_WAIT_N_INVALID_[];
H A D_using.hh187 using sc_core::SC_ID_WAIT_N_INVALID_;
/gem5/src/systemc/core/
H A Dmessages.cc75 const char SC_ID_WAIT_N_INVALID_[] = "wait(n) is only valid for n > 0"; member in namespace:sc_core
195 {525, SC_ID_WAIT_N_INVALID_},
H A Dsc_module.cc670 SC_REPORT_ERROR(SC_ID_WAIT_N_INVALID_, msg.c_str());
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_wait_cthread.cpp66 SC_REPORT_ERROR( SC_ID_WAIT_N_INVALID_, msg );
H A Dsc_kernel_ids.h101 SC_DEFINE_MESSAGE(SC_ID_WAIT_N_INVALID_ , 525,

Completed in 11 milliseconds