summaryrefslogtreecommitdiff
path: root/configs/splash2/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/splash2/run.py')
-rw-r--r--configs/splash2/run.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/splash2/run.py b/configs/splash2/run.py
index 24faade17..8d42b3ab8 100644
--- a/configs/splash2/run.py
+++ b/configs/splash2/run.py
@@ -217,7 +217,6 @@ system.l2.mem_side = system.membus.port
for cpu in cpus:
cpu.addPrivateSplitL1Caches(L1(size = options.l1size, assoc = 1),
L1(size = options.l1size, assoc = 4))
- cpu.mem = cpu.dcache
# connect cpu level-1 caches to shared level-2 cache
cpu.connectMemPorts(system.toL2bus)