From c23e097329d10c0a9aafd75e54c929604b6238d7 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Wed, 1 Apr 2026 06:45:52 +0200 Subject: [PATCH] fixe aclint to avoid 'sc_signal cannot have more than one driver' error --- src/CLIParser.cpp | 1 - vpvper | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/CLIParser.cpp b/src/CLIParser.cpp index 9861815..f9355d5 100644 --- a/src/CLIParser.cpp +++ b/src/CLIParser.cpp @@ -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); } diff --git a/vpvper b/vpvper index 0b085c6..cf30c15 160000 --- a/vpvper +++ b/vpvper @@ -1 +1 @@ -Subproject commit 0b085c6bef437b37a310b57810a1f18546587e77 +Subproject commit cf30c15eafbdedb3d10263da58b4950e7cd7bb94