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

Verilog: pull out recursive application of verilog_synthesist::synth_expr #755

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

kroening
Copy link
Member

@kroening kroening commented Oct 7, 2024

verilog_synthesist::synth_expr is always applied recursively to the operands of the given expression. This commit pulls this out of the case split.

…expr

Save for two cases, verilog_synthesist::synth_expr is applied recursively to
the operands of the given expression.  This commit pulls this out of the
case split.
@kroening kroening marked this pull request as ready for review October 7, 2024 16:04
@tautschnig tautschnig merged commit e720965 into main Oct 8, 2024
8 checks passed
@tautschnig tautschnig deleted the synth_expr_rec branch October 8, 2024 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants