Unverified Commit a9b1017f authored by Mike Urbach's avatar Mike Urbach Committed by GitHub
Browse files

In BoringUtils.drive, don't bore into the final module for inputs. (#3998)

This follows up on https://github.com/chipsalliance/chisel/pull/3960
to address the behavior at the final module for the sink being
driven. We already have special handling for boring out from the
original source, and we need the inverse here. When we reach the final
sink, if it is an input port, we should use it, rather than boring
into the module and connecting to it.
parent 9b403449
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