Skip to content

Commit

Permalink
[dv] Output VCS simulation log to file
Browse files Browse the repository at this point in the history
The DV flow is expecting log files to be produced with a particular file
name, without it the reporting mechanisms do not work correctly. This
adds VCS log output to a named rather rather than just capturing stdout.
  • Loading branch information
GregAC committed Mar 7, 2024
1 parent 926a986 commit eb668b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dv/uvm/core_ibex/yaml/rtl_simulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
+bin=<binary>
+ibex_tracer_file_base=<rtl_trace>
+cosim_log_file=<iss_cosim_trace>
-l <rtl_sim_log>
<sim_opts> <wave_opts> <cov_opts>
cov_opts: >
-cm line+tgl+assert+fsm+branch
Expand Down

0 comments on commit eb668b0

Please sign in to comment.