From 3922b2e076e50a624e129d19a7e7811341c9e4fd Mon Sep 17 00:00:00 2001 From: Lisa Hsu Date: Mon, 23 Oct 2006 19:32:57 -0400 Subject: warmup of 1B cpu cycles. configs/example/fs.py: configs/example/se.py: warm up of 1B CPU cycles --HG-- extra : convert_revision : 0f3263f466fde4cd86e0663930e83617a6b3faad --- configs/example/fs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/example/fs.py') 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: -- cgit v1.2.3