mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gem5 fs_bigLITTLE.py: enable m5 readfile
This commit is contained in:
1
run
1
run
@@ -572,6 +572,7 @@ Extra options to append at the end of the emulator command line.
|
|||||||
'arm',
|
'arm',
|
||||||
'fs_bigLITTLE.py'
|
'fs_bigLITTLE.py'
|
||||||
), LF,
|
), LF,
|
||||||
|
'--bootscript', self.env['gem5_readfile_file'], LF,
|
||||||
'--big-cpus', str((self.env['cpus'] + 1) // 2), LF,
|
'--big-cpus', str((self.env['cpus'] + 1) // 2), LF,
|
||||||
'--cpu-type', cpu_type, LF,
|
'--cpu-type', cpu_type, LF,
|
||||||
'--disk', self.env['disk_image'], LF,
|
'--disk', self.env['disk_image'], LF,
|
||||||
|
|||||||
Reference in New Issue
Block a user