Skip to content

Fix bug in SSA discovery when LogicStructures are used #540

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 3 commits into from
Jan 9, 2025

Conversation

mkorbel1
Copy link
Contributor

@mkorbel1 mkorbel1 commented Jan 8, 2025

Description & Motivation

There was a bug in the way that the Combinational.ssa was discovering/notifying signals of drivers when LogicStructures were split apart and rejoined. This PR fixes that bug by expanding the search to the parentStructure signals being searched. It also expands the search to elements of LogicStructures just in case, even though it appears that wouldn't be a problem.

Related Issue(s)

N/A

Testing

Added new tests that reproduce the issue.

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

No

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

No

@mkorbel1 mkorbel1 merged commit a2c6aca into intel:main Jan 9, 2025
3 checks passed
@mkorbel1 mkorbel1 deleted the ssa_struct_fix branch January 9, 2025 00:50
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.

1 participant