• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Functional Verification
  3. Code Coverage with ICCR

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 64
  • Views 16106
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Code Coverage with ICCR

livid
livid over 14 years ago

 Hello

 

I am using ICCR 10.20-s043 in the gui mode to view the coverage data that i have generated for a sub-block embedded deep in the top level design.

 

In the ICCR gui mode, i can view the coverage for each instance and the cummulative total.

The problem i am having is how to generate this view as a text file ??

 

Frm the command line i have run iccr and tried the various "report_summary - ..." commands, but i am not able to get a text file which matches the view in the iccr gui. 

 

Any thoughts on this ?

 

Thanks

 

J.OSmany

 

  • Cancel
  • archive
    archive over 14 years ago

    If possible you should be using IMC to view coverage and generate reports. 

    For ICCR you need to create a command file something like this: 

    iccr iccr_rpt.cmd 

    ---file: iccr_rpt.cmd---- 

     load_test  ./cov_work/design/testname

    report_summary -inst *... \
    -all -betsafd  \

    /iccr_summ_rpt.txt 

    report_detail -inst *... \
    -all  \
    ./iccr_detail_rpt.txt

     report_html -inst *... \   <--- get all tops and underlying hierarchy
    -all betsafd \
    -output my_html_rpt.html

     

    ==============

    For IMC, you can do something like this

    imc -barch imc_rpt_cmd

    ---file: imc_rpt_cmd---

    load ./cov_work/design/testname

     report -summary -inst *... \
    -metrics all  \
    -out  ./imc_summ_rpt.txt  \
    -cumulative on \
    -showempty on


    report -html -inst *... \
    -metrics all  \
    -out  ./imc_holes_rpt.html  \
    -overwrite \
    -showempty on

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information