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] Update HierPathOps in LowerLayers #6721

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Conversation

seldridge
Copy link
Member

Fix a bug in the LowerLayers pass where operations with inner symbols inside layerblocks would not have their HierPathOp users updated when these operations were moved into new modules. Fix this by recording a mapping of modifications to InnerRefAttrs and then applying these to HierPathOps after all modules are processed.

Fixes #6717.

Fix a bug in the LowerLayers pass where operations with inner symbols
inside layerblocks would not have their HierPathOp users updated when
these operations were moved into new modules.  Fix this by recording a
mapping of modifications to InnerRefAttrs and then applying these to
HierPathOps after all modules are processed.

Fixes #6717.

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
@seldridge seldridge merged commit 35e3ea1 into main Feb 20, 2024
4 checks passed
@seldridge seldridge deleted the dev/seldridge/issue-6717 branch February 20, 2024 00:39
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] Lower Layers Needs To Update HierPathOps
1 participant