remove --gem5, use --emulator gem5 everywhere

Allow passing --emulator multiple times for transparent tests selection
just like --arch.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent 4dcb689d02
commit 38ca239ad2
8 changed files with 246 additions and 225 deletions

View File

@@ -13,7 +13,7 @@ while getopts "C" OPT; do
esac
done
shift "$(($OPTIND - 1))"
common_opts="--gem5 $@"
common_opts="--emulator gem5 $@"
# Vars
cmd="./run ${common_opts}"