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 c5a3236a5..dba8f9dd3 100644
--- a/tests/configs/tsunami-o3.py
+++ b/tests/configs/tsunami-o3.py
@@ -75,7 +75,7 @@ system = FSConfig.makeLinuxAlphaSystem('timing')
system.cpu = cpu
#create the l1/l2 bus
-system.toL2Bus = Bus()
+system.toL2Bus = CoherentBus()
system.iocache = IOCache()
system.iocache.cpu_side = system.iobus.master
system.iocache.mem_side = system.membus.slave