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 3b81d9769..b9baba164 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 = SimpleMemory(),
membus = CoherentBus())
+system.clock = '1GHz'
system.system_port = system.membus.slave
system.physmem.port = system.membus.master
# create the interrupt controller