Skip to content

fix for netlist conversion #675

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

Merged
merged 1 commit into from
Sep 10, 2024
Merged

fix for netlist conversion #675

merged 1 commit into from
Sep 10, 2024

Conversation

kroening
Copy link
Member

@kroening kroening commented Sep 8, 2024

This fixes the case where the netlist conversion fails when there is an operand with natural or integer type.

Fixes #674.

@kroening kroening marked this pull request as ready for review September 8, 2024 21:21
Comment on lines +596 to +599
if(it->type().id() == ID_natural || it->type().id() == ID_integer)
continue;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious/would appreciate a comment in the code: Why is "ignore this" the right way to go here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done -- this whole function should be replaced by a proper dependency graph, which could be reused elsewhere.

This fixes the case where the netlist conversion fails when there is an
operand with natural or integer type.

Fixes #674.
@kroening kroening merged commit 79636e4 into main Sep 10, 2024
8 checks passed
@kroening kroening deleted the netlist-conversion1 branch September 10, 2024 14:53
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.

BDD fails with "Reached unimplemented boolbv_widtht::get_entry(natural)"
2 participants