cleans up code wrt. to latest dbt-rise-tgc
This commit is contained in:
parent
a6176232c5
commit
f122b0ae4e
|
@ -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"};
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 287936e0dfaaa8c488c8aba20247d4dd613b2d40
|
Subproject commit f1beb88a6158a7ab20b8cc539d042103200b2f42
|
|
@ -1 +1 @@
|
||||||
Subproject commit 933f08494c50f13f317ac67d7373b20bd7136d2e
|
Subproject commit 0996d15bd406d3a73f4860d57b9d468444043843
|
Loading…
Reference in New Issue