本文主要是介绍几个有用的cadence网站,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1.Introduction to Functional Coverage Rapid Adoption Kit (RAK) (cadence.com)
https://support.cadence.com/apex/ArticleAttachmentPortal?id=a1O3w00000AE7ObEAL&pageName=ArticleContenthttps://support.cadence.com/apex/ArticleAttachmentPortal?id=a1O3w00000AE7ObEAL&pageName=ArticleContent
该网站包含教你如何使用imc的batch模式生成coverage report。
Analyzing Coverage Date - Generating Text Reports in IMC
step1.
% imc -batch
example:
step2.
Load run "all" containing merged data from all tests.
imc> load -run all
example:
step3(Optional). Load refinement file(if any)
imc> load -refinement my_allexclude.vRefine
example:
step4.Generate the summary report for all instances
imc> report -summary -inst -html -out myreportssun.html
or Generate the detailed report for all instances.
imc> report -detail -inst -html -out myreport.det.html
example:
step5. 使用firefox打开生成的html格式的报告:
这篇关于几个有用的cadence网站的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!