adapts core_complex to become a template

This commit is contained in:
2024-07-17 06:47:35 +02:00
parent f500d2baf7
commit 679ad10bb5
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ public:
system(sc_core::sc_module_name nm); system(sc_core::sc_module_name nm);
private: private:
sysc::riscv_vp::core_complex core_complex{"core_complex"}; sysc::riscv_vp::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"};