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

/gem5/ext/systemc/src/tlm_utils/
H A Dtlm2_base_protocol_checker.h68 A maximum number can be set explicitly by calling set_num_checks(max)
69 Checking can be deactivated at any time by calling set_num_checks(0)
72 It is not permitted to turn checks on by calling set_num_checks() once checking has been
187 static void set_num_checks(sc_dt::uint64 n) { function in class:tlm_utils::tlm2_base_protocol_checker
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 7 milliseconds