warmup of 1B cpu cycles.
configs/example/fs.py: configs/example/se.py: warm up of 1B CPU cycles --HG-- extra : convert_revision : 0f3263f466fde4cd86e0663930e83617a6b3faad
This commit is contained in:
parent
764f27a0c9
commit
3922b2e076
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue