I recently learned how to generate a metrics report out of simulation, using dcreport. I'm collecting some functional coverage, with some covergroups with coverpoints and crosses. I opened the generated XML and clicked on one of the covergroups:
The report only shows the percentage of hits, but not details about what is hit and what is missing.
I called dcreport like this:
dcreport -out_dir report_dir metrics.db
I tried to see whether there's some other option I need to pass to dcreportto print a more detailed report, but dcreport -helponly shows -out_dir and -io_diras options.
Is there some option, but the help text is not up-to-date? Is this feature missing currently? Is there another way of viewing the coverage data?