From 6fc0a667e22e48b78dc263aba5f80ca94c1684ab Mon Sep 17 00:00:00 2001 From: danghai Date: Fri, 21 Feb 2020 14:53:36 -0800 Subject: [PATCH] Add support for Qrun Questa --- dv/uvm/core_ibex/yaml/rtl_simulation.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dv/uvm/core_ibex/yaml/rtl_simulation.yaml b/dv/uvm/core_ibex/yaml/rtl_simulation.yaml index bb6be569..924dbb97 100644 --- a/dv/uvm/core_ibex/yaml/rtl_simulation.yaml +++ b/dv/uvm/core_ibex/yaml/rtl_simulation.yaml @@ -105,3 +105,18 @@ vsim -c -lib /work +access +r+w -l /logfile.log -do "run -all; endsim; quit -force" +ibex_tracer_file_base="trace_core" cov_opts: > -acdb_file /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 /qrun_compile_optimize.log + -outdir /qrun.out" + sim: + cmd: > + qrun -simulate -snapshot design_opt -sv_seed -outdir /qrun.out + cov_opts: > + -coverage -ucdb /cov.ucdb