diff --git a/dbt-rise-riscv b/dbt-rise-riscv index 07aed2e..ccc1b48 160000 --- a/dbt-rise-riscv +++ b/dbt-rise-riscv @@ -1 +1 @@ -Subproject commit 07aed2e675fee808b39f2fbf71dc6910e42e2f04 +Subproject commit ccc1b4827ef5a52967a3d24607377b5f4b4320d8 diff --git a/src/vp/system.h b/src/vp/system.h index a0a3df7..8dac8be 100644 --- a/src/vp/system.h +++ b/src/vp/system.h @@ -52,7 +52,7 @@ public: system(sc_core::sc_module_name nm); private: - sysc::riscv_vp::core_complex core_complex{"core_complex"}; + sysc::riscv_vp::core_complex<> core_complex{"core_complex"}; scc::router<> ahb_router, apbBridge; vpvper::minres::gpio_tl gpio0{"gpio0"}; vpvper::minres::uart_tl uart0{"uart0"};