scratchpad optimization for stack access using custom bank offset aligned to stack size
This commit is contained in:
2
hw/rtl/cache/VX_miss_resrv.v
vendored
2
hw/rtl/cache/VX_miss_resrv.v
vendored
@@ -5,7 +5,7 @@ module VX_miss_resrv #(
|
||||
parameter BANK_ID = 0,
|
||||
|
||||
// Size of line inside a bank in bytes
|
||||
parameter BANK_LINE_SIZE = 1,
|
||||
parameter CACHE_LINE_SIZE = 1,
|
||||
// Number of banks
|
||||
parameter NUM_BANKS = 1,
|
||||
// Size of a word in bytes
|
||||
|
||||
Reference in New Issue
Block a user