From: Lisa Hsu Date: Mon, 23 Oct 2006 23:32:57 +0000 (-0400) Subject: warmup of 1B cpu cycles. X-Git-Tag: m5_2.0_beta2~71^2~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3922b2e076e50a624e129d19a7e7811341c9e4fd;p=gem5.git warmup of 1B cpu cycles. configs/example/fs.py: configs/example/se.py: warm up of 1B CPU cycles --HG-- extra : convert_revision : 0f3263f466fde4cd86e0663930e83617a6b3faad --- diff --git a/configs/example/fs.py b/configs/example/fs.py index 11b82178b..a9daf63be 100644 --- a/configs/example/fs.py +++ b/configs/example/fs.py @@ -212,7 +212,7 @@ if options.standard_switch: m5.switchCpus(switch_cpu_list) m5.resume(test_sys) - exit_event = m5.simulate(300000000000) + exit_event = m5.simulate(500000000000) m5.switchCpus(switch_cpu_list1) if options.maxtick: 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: