gem5 fs_bigLITTLE.py: enable m5 readfile

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

1
run
View File

@@ -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,