develop #2

Merged
eyck merged 5 commits from develop into master 2021-03-14 12:16:48 +01:00
1 changed files with 4 additions and 4 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_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):