mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 13:27:10 -04:00
Add support for Qrun Questa
This commit is contained in:
parent
82ebf6fd20
commit
6fc0a667e2
1 changed files with 15 additions and 0 deletions
|
@ -105,3 +105,18 @@
|
|||
vsim -c <sim_opts> <cov_opts> -lib <out>/work +access +r+w -l <out>/logfile.log -do "run -all; endsim; quit -force" +ibex_tracer_file_base="trace_core"
|
||||
cov_opts: >
|
||||
-acdb_file <out>/cov.acdb
|
||||
|
||||
- tool: qrun
|
||||
compile:
|
||||
cmd:
|
||||
- "qrun -f ibex_dv.f -uvmhome uvm-1.2
|
||||
-access=rw+/. -optimize
|
||||
-mfcu -cuname design_cuname
|
||||
-sv -o design_opt
|
||||
-l <out>/qrun_compile_optimize.log
|
||||
-outdir <out>/qrun.out"
|
||||
sim:
|
||||
cmd: >
|
||||
qrun -simulate -snapshot design_opt <cov_opts> <sim_opts> -sv_seed <seed> -outdir <out>/qrun.out
|
||||
cov_opts: >
|
||||
-coverage -ucdb <out>/cov.ucdb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue