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

Commits on Nov 1, 2021

  1. [HandshakeToFIRRTL] Lower handshake.instance operations

    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 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    0278e0b View commit details
    Browse the repository at this point in the history
  2. Use symbol lookup

    mortbopet committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    3243bda View commit details
    Browse the repository at this point in the history