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
7 lines
269 B
Bash
Executable File
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"
|