From 313cfd22656fb8bd1b9aae75e985b78a9f83cec6 Mon Sep 17 00:00:00 2001 From: Martin Velay Date: Tue, 12 Nov 2024 16:03:14 +0000 Subject: [PATCH] [dv] Export cov to CSV with Xcelium Signed-off-by: Martin Velay --- hw/dv/tools/xcelium/cov_report.tcl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hw/dv/tools/xcelium/cov_report.tcl b/hw/dv/tools/xcelium/cov_report.tcl index cecbc956b4af3a..dd915d27150318 100644 --- a/hw/dv/tools/xcelium/cov_report.tcl +++ b/hw/dv/tools/xcelium/cov_report.tcl @@ -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