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 LowerTypes to handle connects out-of-order. #535

Closed
wants to merge 1 commit into from

Conversation

mikeurbach
Copy link
Contributor

It is currently valid for FIRRTL to contain ops that use values before
they are defined. This is being discussed in
#534, but for the meantime, this
fixes the LowerTypes pass to handle such situations.

It is currently valid for FIRRTL to contain ops that use values before
they are defined. This is being discussed in
#534, but for the meantime, this
fixes the LowerTypes pass to handle such situations.
@lattner
Copy link
Collaborator

lattner commented Jan 30, 2021

We should discuss this in issue #534, because I don't think this is the right way to go.

@mikeurbach mikeurbach closed this Jan 30, 2021
@mikeurbach mikeurbach deleted the firrtl-lower-connects branch January 30, 2021 07:01
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