문제

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