From 679ad10bb5a67c9b9c34b441ce3ee8237e804c85 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Wed, 17 Jul 2024 06:47:35 +0200 Subject: [PATCH] adapts core_complex to become a template --- dbt-rise-riscv | 2 +- src/vp/system.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"};