Searched refs:SC_REPORT_FATAL (Results 1 - 19 of 19) sorted by relevance
/gem5/src/systemc/tests/systemc/compliance_1666/test220/ |
H A D | test220.cpp | 21 SC_REPORT_FATAL("/JA", "A bad thing has happened");
27 SC_REPORT_FATAL("/JA", "A bad thing has happened");
33 SC_REPORT_FATAL("/JA", "A bad thing has happened");
|
/gem5/src/systemc/tests/systemc/utils/sc_report/test03/ |
H A D | test03.cpp | 54 SC_REPORT_FATAL("Oh no!","A bad thing has happened");
|
/gem5/src/systemc/tlm_core/2/generic_payload/ |
H A D | phase.cc | 51 SC_REPORT_FATAL( sc_core::SC_ID_INTERNAL_ERROR_, 65 SC_REPORT_FATAL(sc_core::SC_ID_INTERNAL_ERROR_,
|
/gem5/ext/systemc/src/sysc/kernel/ |
H A D | sc_except.cpp | 69 SC_REPORT_FATAL( SC_ID_RETHROW_UNWINDING_, m_proc_p->name() );
|
H A D | sc_ver.cpp | 130 SC_REPORT_FATAL( SC_ID_INCONSISTENT_API_CONFIG_, Symbol ); \
|
/gem5/util/tlm/examples/slave_port/ |
H A D | sc_target.cc | 72 SC_REPORT_FATAL("Target", "Address out of range. Did you set an " 145 SC_REPORT_FATAL("TLM-2", "Illegal transaction phase END_RESP" 165 SC_REPORT_FATAL("TLM-2", "Illegal transaction phase received by" 204 SC_REPORT_FATAL("TLM-2", "Attempt to have two pending responses"
|
/gem5/util/tlm/src/ |
H A D | sc_slave_port.cc | 79 SC_REPORT_FATAL("SCSlavePort", "No R/W packet"); 113 SC_REPORT_FATAL("SCSlavePort", "SwapReq not supported"); 121 SC_REPORT_FATAL("SCSlavePort", "Typo of request not supported"); 151 SC_REPORT_FATAL("SCSlavePort","debug transport was not completed"); 161 SC_REPORT_FATAL("SCSlavePort","unimplemented func.: recvTimingSnoopResp"); 169 SC_REPORT_FATAL("SCSlavePort","unimplemented func.: recvFunctionalSnoop");
|
H A D | sc_master_port.cc | 64 SC_REPORT_FATAL("SCMasterPort",
|
/gem5/src/systemc/ext/utils/ |
H A D | sc_report_handler.hh | 133 #define SC_REPORT_FATAL(msg_type, msg) \ macro 138 ((void)((expr) ? 0 : (SC_REPORT_FATAL( \
|
/gem5/ext/systemc/src/sysc/utils/ |
H A D | sc_report.h | 219 #define SC_REPORT_FATAL( msg_type, msg ) \ macro 239 (SC_REPORT_FATAL( ::sc_core::SC_ID_ASSERTION_FAILED_, #expr ), 0)))
|
/gem5/src/systemc/tests/systemc/utils/sc_report/log_file/ |
H A D | log_file.cpp | 114 SC_REPORT_FATAL( "Can not open the sc_report log file: ", fname );
|
/gem5/src/systemc/tlm_bridge/ |
H A D | gem5_to_tlm.cc | 114 SC_REPORT_FATAL("Gem5ToTlmBridge", "No R/W packet"); 277 SC_REPORT_FATAL("Gem5ToTlmBridge", 377 SC_REPORT_FATAL("Gem5ToTlmBridge", 423 SC_REPORT_FATAL("Gem5ToTlmBridge",
|
H A D | tlm_to_gem5.cc | 87 SC_REPORT_FATAL("TlmToGem5Bridge",
|
/gem5/util/tlm/examples/master_port/ |
H A D | traffic_generator.cc | 118 SC_REPORT_FATAL("TLM-2",
|
/gem5/src/systemc/tests/systemc/compliance_1666/test200/ |
H A D | test200.cpp | 102 SC_REPORT_FATAL("type", "msg");
135 SC_REPORT_FATAL("type", "msg");
|
/gem5/src/systemc/tests/tlm/nb2b_adapter/ |
H A D | nb2b_adapter.cpp | 122 SC_REPORT_FATAL("TLM-2", "nb_transport_bw called with decreasing timing annotation"); 137 SC_REPORT_FATAL("TLM-2", "Illegal transaction phase received by initiator");
|
/gem5/src/systemc/dt/fx/ |
H A D | sc_fxval.cc | 387 SC_REPORT_FATAL(sc_core::SC_ID_ASSERTION_FAILED_,
|
H A D | scfx_rep.cc | 1083 SC_REPORT_FATAL(sc_core::SC_ID_ASSERTION_FAILED_,
|
/gem5/ext/systemc/src/tlm_utils/ |
H A D | tlm2_base_protocol_checker.h | 189 SC_REPORT_FATAL("tlm2_protocol_checker", "Method set_num_checks called after checking has stopped due to maximum number of checks being reached");
|
Completed in 33 milliseconds