mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gem5: fix --gem5-readfile
Was completely broken due to confusion between --gem5-readfile and a common variable with the same name which referred to the file path... OMG. Conclusion: no one has ever used this tutorial! Improve ./gem5.sh documentation. Also fix ./gem5-bench-dhrystone.
This commit is contained in:
@@ -811,7 +811,7 @@ Incompatible archs are skipped.
|
||||
env['stats_file'] = join(env['m5out_dir'], 'stats.txt')
|
||||
env['gem5_trace_txt_file'] = join(env['m5out_dir'], 'trace.txt')
|
||||
env['gem5_guest_terminal_file'] = join(env['m5out_dir'], 'system.terminal')
|
||||
env['gem5_readfile'] = join(env['gem5_run_dir'], 'readfile')
|
||||
env['gem5_readfile_file'] = join(env['gem5_run_dir'], 'readfile')
|
||||
env['gem5_termout_file'] = join(env['gem5_run_dir'], 'termout.txt')
|
||||
env['qemu_run_dir'] = join(env['run_dir_base'], 'qemu', env['arch'], str(env['run_id']))
|
||||
env['qemu_termout_file'] = join(env['qemu_run_dir'], 'termout.txt')
|
||||
|
||||
Reference in New Issue
Block a user