Move to new name for null tag controller.

This commit is contained in:
Jonathan Woodruff
2022-11-14 13:48:21 +00:00
parent ddf4afaf71
commit 01482abb1b

View File

@@ -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