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

[rtl,prim_fifo_sync] Avoid counters when Depth == 1 #25419

Open
matutem opened this issue Nov 27, 2024 · 0 comments · May be fixed by #25461
Open

[rtl,prim_fifo_sync] Avoid counters when Depth == 1 #25419

matutem opened this issue Nov 27, 2024 · 0 comments · May be fixed by #25461

Comments

@matutem
Copy link
Contributor

matutem commented Nov 27, 2024

Description

The sync fifos generate logic for counters when Depth is 1, even though they are not used or needed. This creates coverage holes, and it is cleaner to simply remove the counters with an SV if-generate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants