diff --git a/src_Core/Core/CoreW.bsv b/src_Core/Core/CoreW.bsv index d97a846..e8af566 100644 --- a/src_Core/Core/CoreW.bsv +++ b/src_Core/Core/CoreW.bsv @@ -234,7 +234,7 @@ module mkCoreW_reset #(Reset porReset) // AXI4 tagController TagControllerAXI #(Wd_MId, Wd_Addr, Wd_Data) // tagController <- mkTagControllerAXI (reset_by all_harts_reset); // TODO double check if reseting like this is good enough - tagController <- mkFakeTagControllerAXI (reset_by all_harts_reset); + tagController <- mkNullTagControllerAXI (reset_by all_harts_reset); mkConnection (proc.master0, tagController.slave, reset_by all_harts_reset); /* `ifdef PERFORMANCE_MONITORING