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 并从回归中获得合并的覆盖率报告。
从我的合并覆盖率报告中,我如何将采样箱追溯到其模拟(测试名称和种子值)?
好吧,我已经找到了问题的答案,所以我在这里发布它。
在 QuestaSIM 中,在合并覆盖范围时,可以将标志用于相同目的。
vcover 合并-测试关联
该标志将密切关注每个测试对覆盖率的贡献。因此,在合并覆盖率报告后,在 questa 中打开它时,可以再次使用一个标志来获取该报告,哪些箱被哪些测试击中。
vsim -coverage -cvgbintstamp
因此,在覆盖率报告中,在任何 bin 上,只需右键单击并选择“Find Tests that hit”。因此,您将获得已击中特定垃圾箱的测试列表。