summaryrefslogtreecommitdiff
path: root/tests/configs/o3-timing.py
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2007-04-22 14:39:39 -0400
committerKevin Lim <ktlim@umich.edu>2007-04-22 14:39:39 -0400
commitd1f9414e111b4b5e6d0f60ca64a415a47765e9e0 (patch)
tree1bb6a06cffe906558ebf86873236be9e643d88a2 /tests/configs/o3-timing.py
parent25e92383c839f6d69f933f614fd3f9acef907075 (diff)
downloadgem5-d1f9414e111b4b5e6d0f60ca64a415a47765e9e0.tar.xz
Update configs to set the CPU clock properly.
--HG-- extra : convert_revision : 62fec666f987e9a9a441e319458908483cd2c5ff
Diffstat (limited to 'tests/configs/o3-timing.py')
-rw-r--r--tests/configs/o3-timing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/configs/o3-timing.py b/tests/configs/o3-timing.py
index 5600d9f22..d20a7e0c8 100644
--- a/tests/configs/o3-timing.py
+++ b/tests/configs/o3-timing.py
@@ -40,6 +40,7 @@ class MyCache(BaseCache):
cpu = DerivO3CPU(cpu_id=0)
cpu.addTwoLevelCacheHierarchy(MyCache(size = '128kB'), MyCache(size = '256kB'),
MyCache(size = '2MB'))
+cpu.clock = '2GHz'
system = System(cpu = cpu,
physmem = PhysicalMemory(),