How can we add functional coverage during simulation using NCSIM

I am trying to start coverage regression using the CNC tool from Cadence. I see RTL coverage, but there is no functional coverage in the scoreboard. How to add this table to covdut parameter in NCSIM arguments? The board contains protective groups.

+3
source share
1 answer

By default, Incisive does not collect functional coverage. You need to enable it with the compilation option by -covfilespecifying select_functional.

In addition, in the source code you must explicitly call the function samplein all groups (this applies to all simulators).

+4
source

All Articles