mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 08:51:35 +00:00
adapts core_complex to become a template
This commit is contained in:
Submodule dbt-rise-riscv updated: 07aed2e675...ccc1b4827e
@@ -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"};
|
||||||
|
|||||||
Reference in New Issue
Block a user