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

/gem5/src/systemc/core/
H A Dsc_export.cc61 reportError(SC_ID_INSERT_EXPORT_, "simulation running",
65 reportError(SC_ID_INSERT_EXPORT_, "elaboration done", name(), kind());
/gem5/src/systemc/channel/
H A Dmessages.cc64 const char SC_ID_INSERT_EXPORT_[] = "insert sc_export failed"; member in namespace:sc_core
107 {121, SC_ID_INSERT_EXPORT_},
/gem5/src/systemc/ext/channel/
H A Dmessages.hh57 extern const char SC_ID_INSERT_EXPORT_[];
H A D_using.hh121 using sc_core::SC_ID_INSERT_EXPORT_;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_export.cpp151 export_->report_error(SC_ID_INSERT_EXPORT_, "simulation running");
155 export_->report_error(SC_ID_INSERT_EXPORT_, "elaboration done");
163 export_->report_error( SC_ID_INSERT_EXPORT_,
H A Dsc_communication_ids.h92 SC_DEFINE_MESSAGE( SC_ID_INSERT_EXPORT_, 121,

Completed in 8 milliseconds