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

[HandshakeToFIRRTL] Lower handshake.instance operations #2067

Merged
merged 2 commits into from
Nov 1, 2021

Conversation

mortbopet
Copy link
Contributor

Since we're already relying on instantiating FIRRTL modules for the lowered handshake operations, instantiating an already lowered handshake.func module is straight-forward. The important part of this commit is that it ensures modules are lowered in post-order wrt. the instance graph (by iterating through the reversed topological order of the instance graph).

Since we're already relying on instantiating FIRRTL modules for the lowered handshake operations, instantiating an already lowered `handshake.func` module is straight-forward. The important part of this commit is that it ensures modules are lowered in post-order wrt. the instance graph (by iterating through the reversed topological order of the instance graph).
@mortbopet mortbopet merged commit f8b1161 into llvm:main Nov 1, 2021
@mortbopet mortbopet deleted the handshake/instance_lower_firrtl branch November 2, 2021 09:03
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