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

/gem5/src/systemc/channel/
H A Dmessages.cc47 const char SC_ID_BIND_PORT_TO_PORT_[] = "bind parent port to port failed"; member in namespace:sc_core
94 {108, SC_ID_BIND_PORT_TO_PORT_},
/gem5/src/systemc/ext/channel/
H A Dmessages.hh44 extern const char SC_ID_BIND_PORT_TO_PORT_[];
H A D_using.hh108 using sc_core::SC_ID_BIND_PORT_TO_PORT_;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_communication_ids.h66 SC_DEFINE_MESSAGE( SC_ID_BIND_PORT_TO_PORT_, 108,
H A Dsc_port.cpp296 report_error( SC_ID_BIND_PORT_TO_PORT_, "simulation running" );
300 report_error( SC_ID_BIND_PORT_TO_PORT_, "same port" );
307 report_error( SC_ID_BIND_PORT_TO_PORT_, "already bound" );
362 report_error( SC_ID_BIND_PORT_TO_PORT_, "simulation running" );
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module.cpp546 SC_REPORT_ERROR( SC_ID_BIND_PORT_TO_PORT_, msg );
564 SC_REPORT_ERROR( SC_ID_BIND_PORT_TO_PORT_, msg );

Completed in 6 milliseconds