• 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. I am checking the code coverage for one of my Module's testbench...

Stats

  • Locked Locked
  • Replies 4
  • Subscribers 65
  • Views 3509
  • 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

I am checking the code coverage for one of my Module's testbench, but the expression coverage is appearing as "n/a" , why is that so ? there are if-else & assignments in the RTL... how do I enable it ?

Saru K S
Saru K S over 8 years ago

I am checking the code coverage for one of my Module's testbench, but the expression coverage is appearing as "n/a" , why is that so ? there are if-else & assignments in the RTL... how do I enable it ?

  • Cancel
  • StephenH
    StephenH over 8 years ago

    It would help if you told us what coverage scoring options you used at elaboration time.

    If you used "irun -coverage ALL", or instead of "ALL" you had a string like "B:E" (E means expression) then you should expect to see coverage. That assumes you haven't passed the "-covdut" option to control which module is treated as the top level for coverage.

    However if you used "irun -covfile my_coverage_file.ccf" then it really depends on what control commands are inside the my_coverage_file.ccf.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Saru K S
    Saru K S over 8 years ago

    Hello Stephan,

                I am using the following options in my run command :

    /////////////////////////////////////////////////////////////////////////////////////////////////////////////////

    "set compileOptionsTb            = -nocopyright -errormax 1 -linedebug \
                                      -messages \
                                      -COVERAGE all -covdut <dut-name> -covfile <naME.covfile>"

    //////////////////////////////////////////////////////////////////////////////////////////////////////////////

    And, my covfile is as follows :

    select_coverage -all
    set_expr_scoring -all
    set_assign_scoring
    set_libcell_scoring
    set_fsm_scoring -hold_transition
    set_fsm_arc_scoring -on
    set_branch_scoring
    set_explicit_block_scoring -off -case

    set_ignore_library_name

    /////////////////////////////////////////////////////////////////////////////

    in spite of that, even though I have expressions in my dut, I cannot see them in the IMC.

    Thanks in advance.

    Regards,

    Saraswati

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Saru K S
    Saru K S over 8 years ago
    Can anybody help me out in this ?
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • StephenH
    StephenH over 8 years ago

    I think it would be best if you can contact the Cadence support team via support@cadence.com or on the website  so that someone local to you can get in touch to look at this with you, either in person or by Webex.

    • 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