mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
Add shell script for running torture simulator
This commit is contained in:
parent
5625728f01
commit
2182b58f7a
2 changed files with 9 additions and 1 deletions
8
ariane-run-torture
Executable file
8
ariane-run-torture
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue