gem5: LF!!!!!

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-10-29 00:00:00 +00:00
parent c62848d228
commit f8848329f7

4
run
View File

@@ -547,7 +547,7 @@ Extra options to append at the end of the emulator command line.
if dtb is not None:
cmd.extend(['--dtb-filename', dtb, LF])
if self.env['baremetal'] is None:
cmd.extend(['--param', 'system.panic_on_panic = True', LF ])
cmd.extend(['--param', 'system.panic_on_panic = True', LF])
else:
cmd.extend([
'--bare-metal', LF,
@@ -563,7 +563,7 @@ Extra options to append at the end of the emulator command line.
cpu_type = 'atomic'
if self.env['gem5_restore'] is not None:
cpt_dir = self.gem5_list_checkpoint_dirs()[-self.env['gem5_restore']]
extra_emulator_args.extend(['--restore-from', os.path.join(self.env['m5out_dir'], cpt_dir)])
extra_emulator_args.extend(['--restore-from', os.path.join(self.env['m5out_dir'], cpt_dir), LF])
cmd.extend([
os.path.join(
self.env['gem5_source_dir'],