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] Convert LowerMemory to walk #7596

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

seldridge
Copy link
Member

Change LowerMemory to use a walk as opposed to iteration over operations. This is done to make this pass work with operations which have regions and may contain memories, i.e., to make this pass work with layers and whens.

Change LowerMemory to use a walk as opposed to iteration over operations.
This is done to make this pass work with operations which have regions and
may contain memories, i.e., to make this pass work with layers and whens.

Signed-off-by: Schuyler Eldridge <[email protected]>
@seldridge seldridge requested review from youngar, dtzSiFive and rwy7 and removed request for darthscsi September 12, 2024 14:12
@seldridge seldridge merged commit 9b4512d into main Sep 12, 2024
4 checks passed
@seldridge seldridge deleted the dev/seldridge/firrtl-lower-memory-walk branch September 12, 2024 15:15
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