• 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. Merging code coverage from two different test benches

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 66
  • Views 31697
  • 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

Merging code coverage from two different test benches

Nilesh Goswami
Nilesh Goswami over 16 years ago
Hi

I am facing issue while merging code coverage from two different test benches.

Here is my testbench and tools :

One test bench(A) is written in SV and other test bench(B) is written in Verilog.

I am using IUS62 to run test cases and ICCR to merge coverage and generate report.

Both testbenches are pointing to same RTL core but the hierarchy is different.

I ran test case in both the environment and tried to merge code coverage report.

Here, ICCR is not loading the test because different model file (<checksum>.model) are generated.

I would like to know which are the points I should take care while running the test case and while merging coverage.

Please let me know your inputs.

Thanks & Regards,

Nilesh Goswami
  • Cancel
Parents
  • Mickey
    Mickey over 16 years ago

     Hi Nilesh,

    When you use irun to compile/elab/simulate, are you using the same coverage options (besides the covtest option)?  Make sure that the type of coverage being specified (block,expression, fsm, functional, as well as any options specified in a coverage configuration file) is the same for all tests for the subblocks that you would like to merge. 

    Can you verify the inclusion of the module named "XYZ" by doing the following?

     

    load_test test2

    report_tabular_summary -module *

     

    The above should result in a listing of all modules that are found in test2.  You can also replace the -module argument with -instance to get an instance list of everything found in test2.  Try the same for test1.

    Please keep us updated on your progress.

     

    Best regards,

    Mickey

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Mickey
    Mickey over 16 years ago

     Hi Nilesh,

    When you use irun to compile/elab/simulate, are you using the same coverage options (besides the covtest option)?  Make sure that the type of coverage being specified (block,expression, fsm, functional, as well as any options specified in a coverage configuration file) is the same for all tests for the subblocks that you would like to merge. 

    Can you verify the inclusion of the module named "XYZ" by doing the following?

     

    load_test test2

    report_tabular_summary -module *

     

    The above should result in a listing of all modules that are found in test2.  You can also replace the -module argument with -instance to get an instance list of everything found in test2.  Try the same for test1.

    Please keep us updated on your progress.

     

    Best regards,

    Mickey

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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