Files
fail/scripts/run-gem5.sh
Adrian Böckenkamp 5e238cc3f9 gem5 startup script: revisited fs.py to get rid of ARM linux images
In former versions, the aforementioned image was 'required' to run
gem5 although it wasn't actually used at all. With the new python
script fail_fs.py, it suffices to start gem5 on a target foo.elf by
simply typing $ ../scripts/run-gem5.sh path/to/target/foo.elf

Change-Id: I7f48460e50d48d55fe22f2381e2ae8aec8510233
2013-08-21 12:05:16 +02:00

7 lines
269 B
Bash
Executable File

#!/bin/bash
#
# - needs to be called from within your build directory (i.e., $FAIL/build/)
# - expects 1 argument: path to experiment target (any location is possible)
../simulators/gem5/build/ARM/gem5.debug ../simulators/gem5/configs/example/fail_fs.py --kernel "$1"