質問

I am trying to run a coverage regression using the NC tool from Cadence. I can see RTL coverage, but functional coverage in the scoreboard is missing. How can I add this scoreboard to the covdut option in NCSIM arguments? The scoreboard contains covergroups.

役に立ちましたか?

解決

By default, Incisive does not collect functional coverage. You need to enable it with the compile-time -covfile option, specifying select_functional.

Also, in the source code, you must explicitly call the sample function on all covergroups (this applies to all simulators).

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top