Searched refs:SC_INFO (Results 1 – 6 of 6) sorted by relevance
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/utils/ |
H A D | sc_stop_here.cpp | 56 case SC_INFO: in sc_interrupt_here() 87 case SC_INFO: in sc_stop_here()
|
H A D | sc_report.h | 55 SC_INFO = 0, // informative only enumerator 204 ::sc_core::SC_INFO, msg_type, msg, __FILE__, __LINE__ ) 208 ::sc_core::SC_INFO, msg_type, msg, verbosity, \
|
H A D | sc_report_handler.cpp | 72 if( rep.get_severity() > SC_INFO ) in sc_report_compose_message() 340 if ( (severity_ == SC_INFO) && (verbosity_ > verbosity_level) ) return; in report() 367 if ( (severity_ == SC_INFO) && (SC_MEDIUM > verbosity_level) ) return; in report() 391 set_actions(SC_INFO, SC_DEFAULT_INFO_ACTIONS); in initialize() 397 sev_call_count[SC_INFO] = 0; in initialize() 409 items->md[i].sev_call_count[SC_INFO] = 0; in initialize()
|
H A D | sc_report.cpp | 79 : severity(SC_INFO), in sc_report() 273 sc_report_handler::sev_actions[SC_INFO] = in suppress_infos()
|
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/examples/sysc/2.1/sc_report/ |
H A D | main.cpp | 166 sc_report_handler::set_actions( SC_INFO, usr2 ); in set_rules() 175 sc_report_handler::set_actions ( id3, SC_INFO, usr5 ); in set_rules() 180 sc_report_handler::report( SC_INFO, id, "extra_msg_for_info", "no_specific_file", 0); in query_rules()
|
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/tracing/ |
H A D | sc_trace_file_base.cpp | 150 , SC_INFO, SC_DO_NOTHING ); in initialize()
|