Comments
This commit is contained in:
committed by
GitHub
parent
1f4af4777c
commit
a83048b3bd
4
hw/rtl/cache/VX_tag_data_store.v
vendored
4
hw/rtl/cache/VX_tag_data_store.v
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user