summaryrefslogtreecommitdiff
path: root/tests/configs/t1000-simple-atomic.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/t1000-simple-atomic.py')
-rw-r--r--tests/configs/t1000-simple-atomic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/t1000-simple-atomic.py b/tests/configs/t1000-simple-atomic.py
index ae2c59110..217135bf0 100644
--- a/tests/configs/t1000-simple-atomic.py
+++ b/tests/configs/t1000-simple-atomic.py
@@ -36,6 +36,6 @@ system = FSConfig.makeSparcSystem('atomic')
system.cpu = cpu
cpu.connectAllPorts(system.membus)
-root = Root(system=system)
+root = Root(full_system=True, system=system)
m5.ticks.setGlobalFrequency('2GHz')