remove cci global broker instantiation

This commit is contained in:
Eyck Jentzsch 2021-03-14 09:33:41 +01:00
parent f3a0246a69
commit d41d409dec
1 changed files with 4 additions and 4 deletions

View File

@ -94,10 +94,10 @@ class Simulation(object):
}
cpp.sc_core.sc_report_handler.set_verbosity_level(verb_lut[log_level]);
cpp.sc_core.sc_report_handler.set_actions(cpp.sc_core.SC_ID_MORE_THAN_ONE_SIGNAL_DRIVER_, cpp.sc_core.SC_DO_NOTHING);
try:
cpp.scc.init_cci("GlobalBroker")
except Exception:
pass
#try:
# cpp.scc.init_cci("GlobalBroker")
#except Exception:
# pass
@staticmethod
def configure(name="", enable_vcd=False):