minor update

This commit is contained in:
Blaise Tine
2023-11-16 12:00:37 -08:00
parent 547d916ae2
commit d65cc61df5
6 changed files with 8 additions and 198 deletions

View File

@@ -22,7 +22,7 @@ module VX_cache_top #(
// Size of cache in bytes
parameter CACHE_SIZE = 16384,
// Size of line inside a bank in bytes
parameter LINE_SIZE = 16,
parameter LINE_SIZE = 64,
// Number of banks
parameter NUM_BANKS = 4,
// Number of associative ways