Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be more intelligent about creation of overflow/underflow/saturate signals #126

Open
amykyta3 opened this issue Dec 20, 2024 · 0 comments
Open
Labels
feature request New feature or request

Comments

@amykyta3
Copy link
Member

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.

@amykyta3 amykyta3 added the feature request New feature or request label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant