summaryrefslogtreecommitdiff
path: root/tests/configs/simple-atomic-dummychecker.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/simple-atomic-dummychecker.py')
-rw-r--r--tests/configs/simple-atomic-dummychecker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/simple-atomic-dummychecker.py b/tests/configs/simple-atomic-dummychecker.py
index 2e672924d..5192afb1c 100644
--- a/tests/configs/simple-atomic-dummychecker.py
+++ b/tests/configs/simple-atomic-dummychecker.py
@@ -40,7 +40,7 @@ from m5.objects import *
system = System(cpu = AtomicSimpleCPU(cpu_id=0),
physmem = SimpleMemory(),
- membus = Bus())
+ membus = CoherentBus())
system.system_port = system.membus.slave
system.physmem.port = system.membus.master
system.cpu.addCheckerCpu()