diff --git a/rtl/VX_cache/VX_tag_data_structure.v b/rtl/VX_cache/VX_tag_data_structure.v index 7ceffcc0..1cf9b7a9 100644 --- a/rtl/VX_cache/VX_tag_data_structure.v +++ b/rtl/VX_cache/VX_tag_data_structure.v @@ -88,9 +88,9 @@ module VX_tag_data_structure if (reset) begin for (l = 0; l < `BANK_LINE_COUNT; l=l+1) begin valid[l] <= 0; - tag [l] <= 0; + // tag [l] <= 0; dirty[l] <= 0; - data [l] <= 0; + // data [l] <= 0; end end else if (!stall_bank_pipe) begin if (going_to_write) begin