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.
我在 questasim 上运行了代码覆盖率,并得到了 ucdb 文件作为输出。但是我需要排除连接到顶部模块的一些模块的代码覆盖率。我不需要覆盖一些模块,这可以改善覆盖率报告。
如果不再次运行模拟,我该如何做到这一点?谢谢。
我使用了如下所示的命令。
coverage exclude -du <design_unit>
或者
coverage exclude -srcfile <design_file>
参考:QuestaSim 用户手册