summaryrefslogtreecommitdiff
path: root/tests/configs/simple-atomic-mp-ruby.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/simple-atomic-mp-ruby.py')
-rw-r--r--tests/configs/simple-atomic-mp-ruby.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/simple-atomic-mp-ruby.py b/tests/configs/simple-atomic-mp-ruby.py
index f8a7b1d17..8b61fd1f2 100644
--- a/tests/configs/simple-atomic-mp-ruby.py
+++ b/tests/configs/simple-atomic-mp-ruby.py
@@ -54,5 +54,5 @@ system.system_port = system.membus.port
# run simulation
# -----------------------
-root = Root(system = system)
+root = Root(full_system = False, system = system)
root.system.mem_mode = 'atomic'