Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for merging coverage results with nvc #984

Open
rpatel3001 opened this issue Jan 3, 2024 · 0 comments
Open

Support for merging coverage results with nvc #984

rpatel3001 opened this issue Jan 3, 2024 · 0 comments

Comments

@rpatel3001
Copy link

rpatel3001 commented Jan 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant