mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 17:01:35 +00:00
changes used c++ standard to c++20
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
system(sc_core::sc_module_name nm);
|
||||
|
||||
private:
|
||||
sysc::riscv_vp::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"};
|
||||
|
||||
Reference in New Issue
Block a user