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

Fix chisel3 <> for Bundles that contain compatibility Bundles (Take 2) #2031

Merged
merged 1 commit into from
Jul 9, 2021

Commits on Jul 9, 2021

  1. Fix chisel3 <> for Bundles that contain compatibility Bundles (Take 2)

    PR #2023 fixed a composition issue for chisel3 biconnects delegating to
    FIRRTL partial connect when compatibility mode Bundles are elements of
    chisel3 Bundles. It missed an important case though that caused
    previously working code to break.
    
    The bug is fixed by doing the automatic flipping for compatibility mode
    Bundles that have "Input" as a direction in addition to those that are
    "Flipped".
    jackkoenig committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    794011d View commit details
    Browse the repository at this point in the history