mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 13:27:10 -04:00
update yaml file for riviera
This commit is contained in:
parent
06f50ddeac
commit
f8f68945c0
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
|||
|
||||
sim:
|
||||
cmd: >
|
||||
vsim -c <sim_opts> <cov_opts> -sv_seed <seed> -lib <out>/work +access +r+w -l <out>/logfile.log -do "run -all; endsim; quit -force" +ibex_tracer_file_base="trace_core"
|
||||
vsim -c <sim_opts> <cov_opts> -sv_seed <seed> -lib <out>/work +access +r+w +UVM_TESTNAME=<rtl_test> +bin=<binary> +ibex_tracer_file_base="<sim_dir>/trace_core" -l <sim_dir>/sim.log -do "run -all; endsim; quit -force"
|
||||
cov_opts: >
|
||||
-acdb_file <out>/cov.acdb
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue