Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Cadence 的 NC 工具运行覆盖回归。我可以看到 RTL 覆盖,但记分板上的功能覆盖缺失。如何将此记分板添加到covdutNCSIM 参数中的选项?记分牌包含封面组。
covdut
默认情况下,Incisive 不收集功能覆盖率。您需要使用编译时 -covfile选项启用它,指定select_functional.
-covfile
select_functional
此外,在源代码中,您必须在所有覆盖组上显式调用该sample函数(这适用于所有模拟器)。
sample