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

/gem5/src/systemc/channel/
H A Dmessages.cc49 const char SC_ID_INSERT_PORT_[] = "insert port failed"; member in namespace:sc_core
96 {110, SC_ID_INSERT_PORT_},
/gem5/src/systemc/ext/channel/
H A Dmessages.hh46 extern const char SC_ID_INSERT_PORT_[];
H A D_using.hh110 using sc_core::SC_ID_INSERT_PORT_;
/gem5/src/systemc/core/
H A Dsc_port.cc65 reportError(SC_ID_INSERT_PORT_, "simulation running",
69 reportError(SC_ID_INSERT_PORT_, "elaboration done",
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_communication_ids.h70 SC_DEFINE_MESSAGE( SC_ID_INSERT_PORT_, 110,
H A Dsc_port.cpp605 port_->report_error( SC_ID_INSERT_PORT_, "simulation running" );
609 port_->report_error( SC_ID_INSERT_PORT_, "elaboration done" );
616 port_->report_error( SC_ID_INSERT_PORT_, "port already inserted" );

Completed in 10 milliseconds