Changed config to L1D Block-1 prefetcher and fixed potential bug

This commit is contained in:
Karlis Susters
2023-02-28 12:29:38 +00:00
parent 7a352d774e
commit 6509cf6445
2 changed files with 4 additions and 4 deletions

View File

@@ -45,9 +45,9 @@ SIM_LLC_ARBITER_LAT ?=
# default check cache deadlock and rename error
CHECK_DEADLOCK ?= true
RENAME_DEBUG ?= false
INSTR_PREFETCHER_LOCATION ?= LL
INSTR_PREFETCHER_LOCATION ?= NONE
INSTR_PREFETCHER_TYPE ?= NEXT_LINE_ON_MISS
DATA_PREFETCHER_LOCATION ?= NONE
DATA_PREFETCHER_LOCATION ?= L1
DATA_PREFETCHER_TYPE ?= BLOCK
# clk frequency depends on core size