cleans up code wrt. to latest dbt-rise-tgc
This commit is contained in:
@ -55,8 +55,6 @@ CLIParser::CLIParser(int argc, char *argv[])
|
|||||||
.logLevel(vm_["verbose"].as<scc::log>())
|
.logLevel(vm_["verbose"].as<scc::log>())
|
||||||
.logFilterRegex(vm_["log-filter"].as<std::string>())
|
.logFilterRegex(vm_["log-filter"].as<std::string>())
|
||||||
.logAsync(!vm_["log-sync"].as<bool>()));
|
.logAsync(!vm_["log-sync"].as<bool>()));
|
||||||
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("/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_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);
|
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);
|
||||||
|
@ -52,7 +52,7 @@ public:
|
|||||||
system(sc_core::sc_module_name nm);
|
system(sc_core::sc_module_name nm);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
sysc::tgfs::core_complex core_complex{"core_complex"};
|
sysc::tgfs::core_complex<> core_complex{"core_complex"};
|
||||||
scc::router<> ahb_router, apbBridge;
|
scc::router<> ahb_router, apbBridge;
|
||||||
vpvper::minres::gpio_tl gpio0{"gpio0"};
|
vpvper::minres::gpio_tl gpio0{"gpio0"};
|
||||||
vpvper::minres::uart_tl uart0{"uart0"};
|
vpvper::minres::uart_tl uart0{"uart0"};
|
||||||
|
Submodule tgc-iss/dbt-rise-core updated: 287936e0df...f1beb88a61
Submodule tgc-iss/dbt-rise-tgc updated: 933f08494c...0996d15bd4
Reference in New Issue
Block a user