develop #2

Merged
eyck merged 5 commits from develop into master 2021-03-14 11:16:48 +00:00
4 changed files with 15 additions and 7 deletions
Showing only changes of commit d41d409dec - Show all commits

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):