summaryrefslogtreecommitdiff
path: root/tests/configs/simple-atomic.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/simple-atomic.py')
-rw-r--r--tests/configs/simple-atomic.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/configs/simple-atomic.py b/tests/configs/simple-atomic.py
index 4a2efcc57..191230164 100644
--- a/tests/configs/simple-atomic.py
+++ b/tests/configs/simple-atomic.py
@@ -32,6 +32,7 @@ from m5.objects import *
system = System(cpu = AtomicSimpleCPU(cpu_id=0),
physmem = PhysicalMemory(),
membus = Bus())
+system.system_port = system.membus.port
system.physmem.port = system.membus.port
system.cpu.connectAllPorts(system.membus)
system.cpu.clock = '2GHz'