merge run-gem5-se into run

This way it can re-use run functionality, notably setting gem5.opt
generic args, and putting m5out where it belongs.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-26 00:00:04 +00:00
parent 09f610c009
commit a68c97ae42
4 changed files with 39 additions and 39 deletions

View File

@@ -71,7 +71,7 @@ fi
if [ "$test_size" -ge 3 ]; then
#bench "$arch --eval 'm5 exit' --gem5 -- --cpu-type=HPI ${caches}"
#gem5_insts "$arch"
bench "$arch --eval 'm5 exit' --gem5 --gem5-biglittle"
bench "$arch --eval 'm5 exit' --gem5 --gem5-script biglittle"
gem5_insts "$arch"
fi