From a83048b3bd952447399e0343a7f2c41bf98f6d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carter=20Ren=C3=A9=20Montgomery?= Date: Tue, 6 Oct 2020 14:50:56 -0400 Subject: [PATCH] Comments --- hw/rtl/cache/VX_tag_data_store.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/rtl/cache/VX_tag_data_store.v b/hw/rtl/cache/VX_tag_data_store.v index e0f356cc..e33fc33f 100644 --- a/hw/rtl/cache/VX_tag_data_store.v +++ b/hw/rtl/cache/VX_tag_data_store.v @@ -6,7 +6,7 @@ module VX_tag_data_store #( // Size of line inside a bank in bytes parameter BANK_LINE_SIZE = 0, // Number of banks {1, 2, 4, 8,...} - parameter NUM_BANKS = 0, + parameter NUM_BANKS = 0, //unused parameter? // Size of a word in bytes parameter WORD_SIZE = 0 ) ( @@ -80,4 +80,4 @@ module VX_tag_data_store #( end end -endmodule \ No newline at end of file +endmodule