remove cci broker instantiation
This commit is contained in:
parent
bcea3ddf39
commit
d3da1aefcf
@ -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_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);
|
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
|
// configure logging
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
scc::init_logging(logging::DEBUG);
|
scc::init_logging(logging::DEBUG);
|
||||||
|
Loading…
Reference in New Issue
Block a user