summaryrefslogtreecommitdiff
path: root/tests/configs/pc-o3-timing.py
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2012-01-28 07:24:34 -0800
committerGabe Black <gblack@eecs.umich.edu>2012-01-28 07:24:34 -0800
commitec20ee2f7cdaff22e63a5ae492f925d0d4839849 (patch)
treea4f7ee8e32356f97fa35df32e645711160296642 /tests/configs/pc-o3-timing.py
parenteab5c602865bcd399f069f332edd42c4ea4edffe (diff)
downloadgem5-ec20ee2f7cdaff22e63a5ae492f925d0d4839849.tar.xz
SE/FS: Make SE vs. FS mode a runtime parameter.
Diffstat (limited to 'tests/configs/pc-o3-timing.py')
-rw-r--r--tests/configs/pc-o3-timing.py2
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')