mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 21:14:27 +01:00
gem5: LF!!!!!
This commit is contained in:
4
run
4
run
@@ -547,7 +547,7 @@ Extra options to append at the end of the emulator command line.
|
|||||||
if dtb is not None:
|
if dtb is not None:
|
||||||
cmd.extend(['--dtb-filename', dtb, LF])
|
cmd.extend(['--dtb-filename', dtb, LF])
|
||||||
if self.env['baremetal'] is None:
|
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:
|
else:
|
||||||
cmd.extend([
|
cmd.extend([
|
||||||
'--bare-metal', LF,
|
'--bare-metal', LF,
|
||||||
@@ -563,7 +563,7 @@ Extra options to append at the end of the emulator command line.
|
|||||||
cpu_type = 'atomic'
|
cpu_type = 'atomic'
|
||||||
if self.env['gem5_restore'] is not None:
|
if self.env['gem5_restore'] is not None:
|
||||||
cpt_dir = self.gem5_list_checkpoint_dirs()[-self.env['gem5_restore']]
|
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([
|
cmd.extend([
|
||||||
os.path.join(
|
os.path.join(
|
||||||
self.env['gem5_source_dir'],
|
self.env['gem5_source_dir'],
|
||||||
|
|||||||
Reference in New Issue
Block a user