fixe aclint to avoid 'sc_signal<T> cannot have more than one driver' error

This commit is contained in:
2026-04-01 06:45:52 +02:00
parent c180e9958a
commit c23e097329
2 changed files with 1 additions and 2 deletions

View File

@@ -56,7 +56,6 @@ CLIParser::CLIParser(int argc, char* argv[])
scc::stream_redirection cout_redir(std::cout, scc::log::DEBUG);
scc::stream_redirection cerr_redir(std::cerr, scc::log::ERROR);
sc_core::sc_report_handler::set_actions("/IEEE_Std_1666/deprecated", sc_core::SC_DO_NOTHING);
sc_core::sc_report_handler::set_actions(sc_core::SC_ID_MORE_THAN_ONE_SIGNAL_DRIVER_, sc_core::SC_DO_NOTHING);
sc_core::sc_report_handler::set_actions(sc_core::SC_ERROR,
sc_core::SC_LOG | sc_core::SC_CACHE_REPORT | sc_core::SC_DISPLAY | sc_core::SC_STOP);
}

2
vpvper

Submodule vpvper updated: 0b085c6bef...cf30c15eaf