-
I have two questions about coverage. Can I set the name and folder of the coverage database file?At the moment nvc writes it in the _work directory with a name like How to avoid the
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Not at the moment but I think it's a good idea to add. And it should probably default to something in the working directory rather than the library directory.
This is most likely a bug where source location is not tracked correctly for some elements. |
Beta Was this translation helpful? Give feedback.
-
Another question regarding coverage: I don't understand how to correctly use the coverage setting files. I only want coverage from my DUT and the hierarchy under it, but not the test bench itself. My test bench name is
But then coverage is empty. When I don't use these settings I get coverage, but also for the test bench which I don't want. So, how can I exclude coverage of the (top level) test bench, but including coverage of the DUT and all units "under" it? |
Beta Was this translation helpful? Give feedback.
Another question regarding coverage:
I don't understand how to correctly use the coverage setting files. I only want coverage from my DUT and the hierarchy under it, but not the test bench itself. My test bench name is
QUEUEHANDLINGT
, so I tried something like this:But then coverage is empty. When I don't use these settings I get coverage, but also for the test bench which I don't want. So, how can I exclude coverage of the (top level) test bench, but including coverage of the DUT and all units "under" it?