Skip to content

Commit

Permalink
[dv] Export cov to CSV with Xcelium
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Velay <[email protected]>
  • Loading branch information
martin-velay committed Nov 12, 2024
1 parent 0240bb8 commit 313cfd2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hw/dv/tools/xcelium/cov_report.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@ report_metrics \
-allAssertionCounters \
-all

# Generate the CSV report for functional coverage.
csv_export -bins -overwrite -out $cov_report_dir/cov_report_bins.csv

# rank the test runs
rank -runfile $cov_merge_db_dir/runs.txt -html -out $cov_report_dir/grading
rank -runfile $cov_merge_db_dir/runs.txt -html -overwrite -out $cov_report_dir/grading

0 comments on commit 313cfd2

Please sign in to comment.