summaryrefslogtreecommitdiff
path: root/tests/configs/tsunami-o3.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/tsunami-o3.py')
-rw-r--r--tests/configs/tsunami-o3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/tsunami-o3.py b/tests/configs/tsunami-o3.py
index 9b52cd92b..fd2d66431 100644
--- a/tests/configs/tsunami-o3.py
+++ b/tests/configs/tsunami-o3.py
@@ -90,7 +90,7 @@ system.l2c.mem_side = system.membus.port
cpu.addPrivateSplitL1Caches(L1(size = '32kB', assoc = 1),
L1(size = '32kB', assoc = 4))
# connect cpu level-1 caches to shared level-2 cache
-cpu.connectMemPorts(system.toL2Bus)
+cpu.connectAllPorts(system.toL2Bus, system.membus)
cpu.clock = '2GHz'
root = Root(system=system)