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

/gem5/ext/systemc/src/tlm_utils/
H A Dtlm2_base_protocol_checker.h75 The DMI and debug checks are unaffected by the num_checks count (because they are cheap)
140 static sc_dt::uint64 num_checks = default_num_checks; member in namespace:tlm_utils
185 // Access methods for num_checks count
188 if (num_checks == 0)
190 num_checks = n;
193 static sc_dt::uint64 get_num_checks() { return num_checks; }
203 if (num_checks)
209 if (num_checks)
218 if (num_checks)
224 if (num_checks)
[all...]

Completed in 5 milliseconds