vunit icon indicating copy to clipboard operation
vunit copied to clipboard

Support for merging coverage results with nvc

Open rpatel3001 opened this issue 1 year ago • 3 comments

Merging coverage reports is supported by nvc but trying it in my run.py gives me RuntimeError: This simulator does not support merging coverage.

I was able to do it manually with:

nvc -c --merge=output.covdb input1.covdb input2.covdb input3.covdb

edit: there does seem to be a bug in nvc where only results from input1.covdb are included in the generated HTML report, but the size of the merged .covdb file indicates that it really does contain all the coverage data. VUnit should still support this command

rpatel3001 avatar Jan 03 '24 21:01 rpatel3001

Hi,

@rpatel3001 If this is still an issue in NVC (only one covdb in the generated report), could you please open a bug report there ?

Blebowski avatar Jun 25 '24 21:06 Blebowski