diff --git a/dbt-rise-riscv b/dbt-rise-riscv index 8d25fa1..23b00ad 160000 --- a/dbt-rise-riscv +++ b/dbt-rise-riscv @@ -1 +1 @@ -Subproject commit 8d25fa110869843628a7b4981f9c39818157e772 +Subproject commit 23b00add2353b06fae4e7109c97879919be43720 diff --git a/src/vp/system.h b/src/vp/system.h index dfb2ca3..e26bc66 100644 --- a/src/vp/system.h +++ b/src/vp/system.h @@ -48,7 +48,7 @@ public: system(sc_core::sc_module_name nm); private: - sysc::riscv::core_complex<> core_complex{"core_complex"}; + sysc::riscv::core_complex core_complex{"core_complex"}; scc::router<> ahb_router, apbBridge; vpvper::minres::gpio_tl gpio0{"gpio0"}; vpvper::minres::uart_tl uart0{"uart0"};