diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2006-10-23 19:32:57 -0400 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2006-10-23 19:32:57 -0400 |
commit | 3922b2e076e50a624e129d19a7e7811341c9e4fd (patch) | |
tree | 347442dfcfb51141cdd63e533975631ee7a32cde /configs/example/se.py | |
parent | 764f27a0c9a6ba6008f60757769b52f5eee46ec1 (diff) | |
download | gem5-3922b2e076e50a624e129d19a7e7811341c9e4fd.tar.xz |
warmup of 1B cpu cycles.
configs/example/fs.py:
configs/example/se.py:
warm up of 1B CPU cycles
--HG--
extra : convert_revision : 0f3263f466fde4cd86e0663930e83617a6b3faad
Diffstat (limited to 'configs/example/se.py')
-rw-r--r-- | configs/example/se.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/example/se.py b/configs/example/se.py index a053ff8df..2e63e27da 100644 --- a/configs/example/se.py +++ b/configs/example/se.py @@ -206,7 +206,7 @@ if options.standard_switch: m5.switchCpus(switch_cpu_list) m5.resume(system) - exit_event = m5.simulate(3000000) + exit_event = m5.simulate(500000000000) m5.switchCpus(switch_cpu_list1) if options.maxtick: |