You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a counter is created, it will unconditionally create internal overflow/underflow/incrsaturate/decrsaturate entries in the field combo structure, and assign them.
Since these are unused, they can create coverage review noise.
Be more intelligent about the creation of these, and only emit if actually necessary.
During the design scanning phase, scan for references to these RHS properties.
The text was updated successfully, but these errors were encountered:
When a counter is created, it will unconditionally create internal overflow/underflow/incrsaturate/decrsaturate entries in the field combo structure, and assign them.
Since these are unused, they can create coverage review noise.
Be more intelligent about the creation of these, and only emit if actually necessary.
During the design scanning phase, scan for references to these RHS properties.
The text was updated successfully, but these errors were encountered: