summaryrefslogtreecommitdiff
path: root/tests/configs/o3-timing-checker.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/o3-timing-checker.py')
-rw-r--r--tests/configs/o3-timing-checker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/o3-timing-checker.py b/tests/configs/o3-timing-checker.py
index 68429de04..0bbe9b00a 100644
--- a/tests/configs/o3-timing-checker.py
+++ b/tests/configs/o3-timing-checker.py
@@ -60,7 +60,7 @@ cpu.clock = '2GHz'
system = System(cpu = cpu,
physmem = SimpleMemory(),
- membus = Bus())
+ membus = CoherentBus())
system.system_port = system.membus.slave
system.physmem.port = system.membus.master
cpu.connectAllPorts(system.membus)