Searched refs:SC_REPORT_INFO (Results 1 - 25 of 37) sorted by relevance

12

/gem5/src/systemc/tests/systemc/kernel/sc_ver/test01/
H A Dmain.cpp36 SC_REPORT_INFO( "sc_api_version", "in sc_main" );
/gem5/src/systemc/tests/systemc/utils/sc_report/test04/
H A Dempty_msg_id.cpp39 SC_REPORT_INFO( empty_msg, "empty msg id" );
43 SC_REPORT_INFO( 1, "empty msg id" ); // integer ID
48 SC_REPORT_INFO( null_msg, "null msg id" );
52 SC_REPORT_INFO( 0, "another (integer) null msg id" );
/gem5/src/systemc/tests/systemc/utils/sc_report/test01/
H A Dtest01.cpp55 SC_REPORT_INFO( MY_ID, "infos ..." );
57 SC_REPORT_INFO( MY_ID, "infos suppressed" );
59 SC_REPORT_INFO( MY_ID, "infos not suppressed" );
61 SC_REPORT_INFO( MY_ID, "suppressed" );
63 SC_REPORT_INFO( MY_ID, "not suppressed" );
/gem5/util/tlm/examples/master_port/
H A Dmain.cc64 SC_REPORT_INFO("sc_main", "Start of Simulation");
68 SC_REPORT_INFO("sc_main", "End of Simulation");
H A Dtraffic_generator.cc87 SC_REPORT_INFO("Traffic Generator", ss.str().c_str());
102 SC_REPORT_INFO("Traffic Generator", "request completed");
123 SC_REPORT_INFO("Traffic Generator", "received response");
/gem5/util/tlm/examples/slave_port/
H A Dmain.cc80 SC_REPORT_INFO("sc_main", "Start of Simulation");
84 SC_REPORT_INFO("sc_main", "End of Simulation");
H A Dsc_target.cc98 SC_REPORT_INFO("target", "tlm::TLM_READ_COMMAND");
103 SC_REPORT_INFO("target", "tlm::TLM_WRITE_COMMAND");
129 if (debug) SC_REPORT_INFO("target", "tlm::BEGIN_REQ");
242 SC_REPORT_INFO("target", "tlm::TLM_READ_COMMAND");
247 SC_REPORT_INFO("target", "tlm::TLM_WRITE_COMMAND");
/gem5/src/systemc/tests/systemc/utils/sc_report/test05/
H A Dcatch_actions.cpp76 SC_REPORT_INFO("catch_actions", "prepared custom handler");
79 SC_REPORT_INFO("catch_actions", "preparing catch actions");
84 SC_REPORT_INFO("catch_actions", "only log errors from catch actions");
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit.cpp130 SC_REPORT_INFO(sc_core::SC_ID_IEEE_1666_DEPRECATION_,
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_main_main.cpp120 SC_REPORT_INFO( SC_ID_IEEE_1666_DEPRECATION_, ss.str().c_str() );
H A Dsc_time.cpp115 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
142 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
353 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
410 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
H A Dsc_wait.cpp49 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
110 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
357 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
H A Dsc_simcontext.cpp1006 SC_REPORT_INFO("/OSCI/SystemC","Simulation stopped by user.");
1116 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
1272 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
1328 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
1341 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
1597 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
1743 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
1776 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
1792 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
1828 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION
[all...]
H A Dsc_sensitive.cpp68 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
366 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
641 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
/gem5/src/systemc/dt/bit/
H A Dsc_bit.cc124 SC_REPORT_INFO(sc_core::SC_ID_IEEE_1666_DEPRECATION_,
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp156 SC_REPORT_INFO( SC_ID_TRACING_TIMESCALE_DEFAULT_
229 SC_REPORT_INFO( SC_ID_TRACING_TIMESCALE_UNIT_, ss.str().c_str() );
H A Dsc_trace.cpp208 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
/gem5/src/systemc/core/
H A Dsc_port.cc91 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
/gem5/src/systemc/utils/
H A Dtracefile.cc73 SC_REPORT_INFO("(I703) tracing timescale unit set", ss.str().c_str());
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_logger.cc143 SC_REPORT_INFO(name.c_str(), message_without_nl.c_str());
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal.cpp102 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
113 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
124 SC_REPORT_INFO(SC_ID_IEEE_1666_DEPRECATION_,
/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hh121 #define SC_REPORT_INFO(msg_type, msg) \ macro
/gem5/src/systemc/tests/systemc/compliance_1666/test200/
H A Dtest200.cpp81 SC_REPORT_INFO("type", "msg");
114 SC_REPORT_INFO("type", "msg");
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h202 #define SC_REPORT_INFO( msg_type, msg ) \ macro
/gem5/util/tlm/src/
H A Dsc_master_port.cc118 SC_REPORT_INFO("SCMasterPort", "register non-blocking interface");
122 SC_REPORT_INFO("SCMasterPort", "register blocking interface");

Completed in 46 milliseconds

12