Skip to content

SMV netlist: mark properties that were not translated #1010

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
Feb 26, 2025

Conversation

kroening
Copy link
Member

When a property cannot be mapped to a netlist property, add a comment to the SMV file saying so.

@kroening kroening marked this pull request as ready for review February 25, 2025 17:05
@kroening kroening force-pushed the netlist-smv-not-translated branch 2 times, most recently from 4fde1d9 to ebfda0e Compare February 25, 2025 17:42
Comment on lines 371 to 376
else
{
out << "-- " << id << '\n';
out << "-- not translated\n";
out << '\n';
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Wouldn't it be better to use else if here and have an else UNREACHABLE;?

When a property cannot be mapped to a netlist property, add a comment to the
SMV file saying so.
@kroening kroening force-pushed the netlist-smv-not-translated branch from ebfda0e to b6582e4 Compare February 26, 2025 12:09
@kroening kroening merged commit 4f26892 into main Feb 26, 2025
9 checks passed
@kroening kroening deleted the netlist-smv-not-translated branch February 26, 2025 12:30
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.

2 participants