summaryrefslogtreecommitdiff
path: root/tests/configs/realview-o3.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/realview-o3.py')
-rw-r--r--tests/configs/realview-o3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/realview-o3.py b/tests/configs/realview-o3.py
index bab5a193d..f466bc480 100644
--- a/tests/configs/realview-o3.py
+++ b/tests/configs/realview-o3.py
@@ -92,6 +92,6 @@ cpu.addPrivateSplitL1Caches(L1(size = '32kB', assoc = 1),
cpu.connectAllPorts(system.toL2Bus, system.membus)
cpu.clock = '2GHz'
-root = Root(system=system)
+root = Root(full_system=True, system=system)
m5.ticks.setGlobalFrequency('1THz')