From d3da1aefcf401cb77b11e47f6e3643d7ed4df625 Mon Sep 17 00:00:00 2001 From: eyck Date: Mon, 4 May 2020 13:28:57 +0200 Subject: [PATCH] remove cci broker instantiation --- examples/ahb_bfm/sc_main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/ahb_bfm/sc_main.cpp b/examples/ahb_bfm/sc_main.cpp index f325ad9..c8129a3 100644 --- a/examples/ahb_bfm/sc_main.cpp +++ b/examples/ahb_bfm/sc_main.cpp @@ -115,10 +115,6 @@ int sc_main (int argc , char *argv[]){ sc_core::sc_report_handler::set_actions( "/IEEE_Std_1666/deprecated", sc_core::SC_DO_NOTHING ); sc_report_handler::set_actions(SC_ID_MORE_THAN_ONE_SIGNAL_DRIVER_, SC_DO_NOTHING); /////////////////////////////////////////////////////////////////////////// - // create global CCI broker - /////////////////////////////////////////////////////////////////////////// - cci::cci_register_broker(new cci_utils::broker("Global Broker")); - /////////////////////////////////////////////////////////////////////////// // configure logging /////////////////////////////////////////////////////////////////////////// scc::init_logging(logging::DEBUG);