summaryrefslogtreecommitdiff
path: root/configs/common/cores/arm/ex5_big.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/common/cores/arm/ex5_big.py')
-rw-r--r--configs/common/cores/arm/ex5_big.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/common/cores/arm/ex5_big.py b/configs/common/cores/arm/ex5_big.py
index f4ca04740..96323f435 100644
--- a/configs/common/cores/arm/ex5_big.py
+++ b/configs/common/cores/arm/ex5_big.py
@@ -197,4 +197,5 @@ class L2(Cache):
clusivity = 'mostly_excl'
# Simple stride prefetcher
prefetcher = StridePrefetcher(degree=8, latency = 1)
- tags = RandomRepl()
+ tags = BaseSetAssoc()
+ repl_policy = RandomRP()