diff options
Diffstat (limited to 'configs/example')
-rw-r--r-- | configs/example/fs.py | 2 | ||||
-rw-r--r-- | configs/example/se.py | 2 |
2 files changed, 2 insertions, 2 deletions
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: |