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] Make IMCP work with Layers #7598

Merged
merged 2 commits into from
Sep 14, 2024
Merged

Commits on Sep 13, 2024

  1. [FIRRTL] Convert IMCP to walk

    Change IMCP's module update to use a walk instead of only visiting
    top-level ops.  This is intended to be an entirely mechanical change and
    is broken out in a separate commit because of its mechanical nature.
    
    Signed-off-by: Schuyler Eldridge <[email protected]>
    seldridge committed Sep 13, 2024
    1 Configuration menu
    Copy the full SHA
    46014cd View commit details
    Browse the repository at this point in the history
  2. [FIRRTL] Make IMCP work with Layers

    Change IMCP to recurse into layers.  This has the effect of allowing IMCP
    to sink constants into layers and to properly visit instances which are
    instantiated under layers.
    
    Signed-off-by: Schuyler Eldridge <[email protected]>
    seldridge committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3eadefc View commit details
    Browse the repository at this point in the history