Add shell script for running torture simulator

This commit is contained in:
Florian Zaruba 2017-06-27 11:18:21 +02:00
parent 5625728f01
commit 2182b58f7a
2 changed files with 9 additions and 1 deletions

8
ariane-run-torture Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
# make the verilog first
cd output && make
cd ../..
# start the simulation
vsim-10.6 -c -lib work core_tb_optimized +UVM_TESTNAME=core_test $2 +ASMTEST=riscv-torture/$3 -coverage -classdebug -do "run -a"
# move the signature file to the appropriate place
mv test.ariane.sig riscv-torture/output/test.rtlsim.sig

@ -1 +1 @@
Subproject commit 57d94cc210379aa75ac9705aa1e424877aa2c9c5
Subproject commit 06e613373596d04ca790e5e3b07894f3eae063df