diff options
Diffstat (limited to 'tests/configs/pc-o3-timing.py')
-rw-r--r-- | tests/configs/pc-o3-timing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/pc-o3-timing.py b/tests/configs/pc-o3-timing.py index 0fe23d1ee..f3b8e700f 100644 --- a/tests/configs/pc-o3-timing.py +++ b/tests/configs/pc-o3-timing.py @@ -108,6 +108,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') |