summaryrefslogtreecommitdiff
path: root/configs/common/Simulation.py
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2006-10-30 14:15:50 -0500
committerLisa Hsu <hsul@eecs.umich.edu>2006-10-30 14:15:50 -0500
commit13cbd4e94b7d65321d458ca70aeddbd6c9922538 (patch)
treef0cbfe452016e07bd460ecd797a0a8b6adf58ccc /configs/common/Simulation.py
parentbc93802fb8f65656c09cfb96f2e4c2febe0e569f (diff)
parent883f0394f5eefea6fb541229564dcb8543d020fd (diff)
downloadgem5-13cbd4e94b7d65321d458ca70aeddbd6c9922538.tar.xz
Merge zizzer:/bk/newmem
into zed.eecs.umich.edu:/z/hsul/work/m5/newmem --HG-- extra : convert_revision : 836fcb45f399ed4f860be2d0bfe2ac4709bfe2ef
Diffstat (limited to 'configs/common/Simulation.py')
-rw-r--r--configs/common/Simulation.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/common/Simulation.py b/configs/common/Simulation.py
index 59cf32303..899a291fc 100644
--- a/configs/common/Simulation.py
+++ b/configs/common/Simulation.py
@@ -116,7 +116,7 @@ def run(options, root, testsys):
m5.switchCpus(switch_cpu_list)
m5.resume(testsys)
- exit_event = m5.simulate(options.standard_switch)
+ exit_event = m5.simulate(options.warmup)
m5.switchCpus(switch_cpu_list1)
num_checkpoints = 0
@@ -130,7 +130,6 @@ def run(options, root, testsys):
when = int(when)
period = int(period)
- print "when is ", when, " period is ", period
exit_event = m5.simulate(when)
while exit_event.getCause() == "checkpoint":
exit_event = m5.simulate(when - m5.curTick())