This commit is contained in:
Carter René Montgomery
2020-10-06 14:50:56 -04:00
committed by GitHub
parent 1f4af4777c
commit a83048b3bd

View File

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