diff options
Diffstat (limited to 'tests/configs/realview-o3-dual.py')
-rw-r--r-- | tests/configs/realview-o3-dual.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/realview-o3-dual.py b/tests/configs/realview-o3-dual.py index 69c583abd..adab96fcb 100644 --- a/tests/configs/realview-o3-dual.py +++ b/tests/configs/realview-o3-dual.py @@ -94,6 +94,6 @@ for c in cpus: c.clock = '2GHz' -root = Root(system=system) +root = Root(full_system=True, system=system) m5.ticks.setGlobalFrequency('1THz') |