• 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. ask one question about item range in e coverage

Stats

  • Locked Locked
  • Replies 0
  • Subscribers 65
  • Views 12536
  • 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

ask one question about item range in e coverage

redrabbit
redrabbit over 13 years ago

hi all,

    1.ask one question,i write the coverage code, the range option has four parameter,if i do not write the last three parameter,like:

............using ranges = {range([3]);range([5]);};....

the result is not what i want ,mostly ,e never collect the coverage data.

but if i write the code like this:

..........using ranges = {range([3],"3",UNDEF,1);range([5],"5",UNDEF,1)};........ the coverage data could work collectly,

i don't know why ,could you guys help me out of the doubt?????thanks in advance.

 

plus:i write the transition use illgeal option,i write item A use ranges = {range([3];range[5],range[7])},while this transition work correctly,,,,,i am totally confused.....

 

2.another question:

 

in coverage with e,we often use transition ,,,,,when we use illgeal or ignore,pre_item is always used.for example:

...

...

... 

transition st using illegal =
not ((prev_st == START and st == FETCH1)
or (prev_st == FETCH1 and st == FETCH2)
or (prev_st == FETCH1 and st == EXEC)
or (prev_st == FETCH2 and st == EXEC)
or (prev_st == EXEC and st == START));

the prev_item means the pre_value at the sample point, or the value last sampled???????

i look up for the answer in e_ref,,,but the explanation is not quite clear,,,,plz help me out.....

 

  • 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