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

[firrtl] Fix bug in sibling layer specialization #7526

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

seldridge
Copy link
Member

Fix a bug in the SpecializeLayers pass where sibling layers would not be enabled/disabled correctly if an earlier sibling layer was also enabled/disabled.

Fixes #7525.

Fix a bug in the `SpecializeLayers` pass where sibling layers would not be
enabled/disabled correctly if an earlier sibling layer was also
enabled/disabled.

Fixes #7525.

Signed-off-by: Schuyler Eldridge <[email protected]>
@seldridge seldridge merged commit 209d9fb into main Aug 17, 2024
4 checks passed
@seldridge seldridge deleted the dev/seldridge/issue-7525 branch August 17, 2024 00:19
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.

[FIRRTL] SpecializeLayers not removing all nested layers
2 participants