remove cci global broker instantiation
This commit is contained in:
parent
f3a0246a69
commit
d41d409dec
|
@ -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_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);
|
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:
|
#try:
|
||||||
cpp.scc.init_cci("GlobalBroker")
|
# cpp.scc.init_cci("GlobalBroker")
|
||||||
except Exception:
|
#except Exception:
|
||||||
pass
|
# pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def configure(name="", enable_vcd=False):
|
def configure(name="", enable_vcd=False):
|
||||||
|
|
Loading…
Reference in New Issue