1.Introduction to Functional Coverage Rapid Adoption Kit (RAK) (cadence.com)
该网站包含教你如何使用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格式的报告: