changes used c++ standard to c++20

This commit is contained in:
2025-07-20 11:12:17 +02:00
parent 896ccf6b69
commit 52a1491400
6 changed files with 27 additions and 17 deletions

View File

@@ -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"};