Unverified Commit 1153de84 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Fix chisel3 <> for Bundles that contain compatibility Bundles (backport #2023) (#2026)

* Fix chisel3 <> for Bundles that contain compatibility Bundles (#2023)

BiConnect in chisel3 delegates to FIRRTL <- semantics whenever it hits a
Bundle defined in `import Chisel._`. Because chisel3 <> is commutative
it needs to be mindful of flippedness when emitting a FIRRTL <- (which
is *not* commutative).

(cherry picked from commit 16c0b53e

)

* Fix test issue in Scala 2.11

Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
parent 48203e60
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment