• 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. doing coverage for 64 bit field in specman

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 65
  • Views 13232
  • 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

doing coverage for 64 bit field in specman

malli
malli over 16 years ago

hi ,

i have to do coverage for 64 bit value parameter, but as i know specman doesn't support for 64 bit value  parameter coverage. please suggest me if any constuct are there to 64 bit value coverage.

 

thanks& coverage

umamaheswarrao K

  • Cancel
  • StephenH
    StephenH over 16 years ago

    Presumably you only care about certain ranges of values for your 64-bit field, so perhaps you can split the coverage into 2 or more different items that cover those ranges of interest? Here's an example:

    extend sys {
      a64 : uint(bits:64);
      event ev;
      cover ev is {
        item a1 : uint(bits:8) = a64[63:54];
      };
    };
     

    • 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