summaryrefslogtreecommitdiff
path: root/configs/common/cores/arm/ex5_LITTLE.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/common/cores/arm/ex5_LITTLE.py')
-rw-r--r--configs/common/cores/arm/ex5_LITTLE.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/common/cores/arm/ex5_LITTLE.py b/configs/common/cores/arm/ex5_LITTLE.py
index a866b167b..1ae0f16df 100644
--- a/configs/common/cores/arm/ex5_LITTLE.py
+++ b/configs/common/cores/arm/ex5_LITTLE.py
@@ -145,6 +145,5 @@ class L2(Cache):
clusivity = 'mostly_excl'
# Simple stride prefetcher
prefetcher = StridePrefetcher(degree=1, latency = 1)
- tags = RandomRepl()
-
-
+ tags = BaseSetAssoc()
+ repl_policy = RandomRP()