summaryrefslogtreecommitdiff
path: root/tests/configs/o3-timing.py
diff options
context:
space:
mode:
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(),