mirror of
https://github.com/Minres/RISCV-VP.git
synced 2026-04-13 10:51:35 +01:00
fixe aclint to avoid 'sc_signal<T> cannot have more than one driver' error
This commit is contained in:
@@ -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
2
vpvper
Submodule vpvper updated: 0b085c6bef...cf30c15eaf
Reference in New Issue
Block a user