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

Guard unsynthesizable $isunknown with ifndef SYNTHESIS #239

Conversation

michael-platzer
Copy link
Contributor

While working on #233, I overlooked that the combinatorial blocks around the immediate assertions in addr_decode_dync and multiaddr_decode contain an unsynthesizable $isunknown() call. While the guard macros in assertions.svh do disable the assertions themselves when SYNTHESIS is defined, the $isunknown requires that the whole block is guarded as well. Sorry for missing this!

@niwis niwis requested a review from colluca October 7, 2024 07:53
@niwis niwis merged commit 7d90f2e into pulp-platform:master Oct 7, 2024
5 checks passed
@michael-platzer michael-platzer deleted the michael-platzer/fix/unsynthesizable-isunknown branch October 7, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants