changes instantiation to mt

This commit is contained in:
2025-08-15 11:50:42 +02:00
parent 543a517c72
commit 39ea27ee08
2 changed files with 2 additions and 2 deletions

View File

@@ -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<scc::LT, tlm::scc::quantumkeeper_mt> core_complex{"core_complex"};
scc::router<> ahb_router, apbBridge;
vpvper::minres::gpio_tl gpio0{"gpio0"};
vpvper::minres::uart_tl uart0{"uart0"};