• 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. INCISIV132/122 does not support some systemverilog 2012...

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 65
  • Views 917
  • 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

INCISIV132/122 does not support some systemverilog 2012 coverage coding

JennyYang
JennyYang over 11 years ago

INCISIV132/122 does not support following coverage code with error report:
 "ncvlog: *E, ECBECL… Range specification for a bin must start with (‘{’)"
 
/// ------------- coding start -----------------

bit [6:0] sbyte;

covergroup cg;

  coverpoint sbyte {
    bins mod3 [  ] = sbyte with {item % 3 == 0};
  }

endgroup

/// ------------- coding end   -----------------

 

 

Can anyone give me feedback ?

  • Cancel
  • Shalom B
    Shalom B over 11 years ago

    'mod3[' should be 'mod3[', and 'with' should be followed by parentheses, not curly brackets.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • StephenH
    StephenH over 11 years ago

    As Shalom pointed out, you need parenthese not curly brackets around the with expression. I think the forum software corrupted your text and I assume you did actually have a closing square bracket after the mod3.

    As far as I can see this isn't supported yet, so it would be great if you could file a support case at http://support.cadence.com/ indicating the severity of the problem. This helps our R&D team  to prioritise the implementation of the new features, which we can't do from a public forum.

     

    • 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