Merge changes I7f48460e,I1f7fbdaf
* changes: gem5 startup script: revisited fs.py to get rid of ARM linux images doc/how-to-build: dependency libmysqlclient-dev
This commit is contained in:
6
scripts/run-gem5.sh
Executable file
6
scripts/run-gem5.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user