Skip to content

Commit

Permalink
Fixup the questa build/sim command templates in rtl_simulation.yaml
Browse files Browse the repository at this point in the history
We do not actively use or test these commands and tools, so they probably broke
some time ago.

Signed-off-by: Harry Callahan <[email protected]>
  • Loading branch information
hcallahan-lowrisc committed Oct 18, 2023
1 parent 97c0a72 commit 3f77112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dv/uvm/core_ibex/yaml/rtl_simulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
+define+UVM
-timescale \"1 ns / 1 ps \"
-writetoplevels <tb_dir>/top.list
-l <tb_dir>/<rtl_log>
-l <tb_build_log>
<cmp_opts>
sim:
cmd:
Expand All @@ -118,7 +118,7 @@
+UVM_VERBOSITY=UVM_LOW
+bin=<binary>
+ibex_tracer_file_base=<rtl_trace>
-l <test_dir>/sim.log
-l <rtl_sim_log>
<cov_opts>
cov_opts: >-
-do "coverage save -onexit <tb_dir>/cov.ucdb;"
Expand Down

0 comments on commit 3f77112

Please sign in to comment.