From c62848d2280b0507bb20038a97bc46803c1ca983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Tue, 29 Oct 2019 00:00:00 +0000 Subject: [PATCH] gem5 fs_bigLITTLE.py: enable m5 readfile --- run | 1 + 1 file changed, 1 insertion(+) diff --git a/run b/run index a3cd268..4255a1f 100755 --- a/run +++ b/run @@ -572,6 +572,7 @@ Extra options to append at the end of the emulator command line. 'arm', 'fs_bigLITTLE.py' ), LF, + '--bootscript', self.env['gem5_readfile_file'], LF, '--big-cpus', str((self.env['cpus'] + 1) // 2), LF, '--cpu-type', cpu_type, LF, '--disk', self.env['disk_image'], LF,