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

smtbmc: Fix two .yw handling related crashes #4431

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Conversation

jix
Copy link
Member

@jix jix commented Jun 6, 2024

These came up when using the experimental incremental interface and are also in code that was recently refactored to support that interface.

What are the reasons/motivation for this change?

This fixes observed crashes when using the incremental interface. In both cases a special case was missed and the specific changes handle the missed special case.

Explain how this is achieved.

  • Making smt_concat accept anything iterable in addition to tuples and lists, as it is sometimes called with generators.
  • Avoiding calling smt_extract_mask with a completely empty mask and expecting a useful result, as it returns None in that case.

If applicable, please suggest to reviewers how they can test the change.

The check-sby CI checks should be sufficient to ensure this doesn't regress anything.

These came up when using the experimental incremental interface and are
also in code that was recently refactored to support that interface.
@jix jix added the check-sby Run sby tests for this PR label Jun 6, 2024
@mmicko mmicko merged commit baccf87 into YosysHQ:main Jun 6, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
check-sby Run sby tests for this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants