Unverified Commit 07ebde53 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Fix boring tap of non-passive source from parent. (backport #4083) (#4096)

* Fix boring tap of non-passive source from parent. (#4083)

Expected result is fully aligned, which is what happens
when reading from a probe.

When the source is already at the LCA (from parent)
there's no probe and the secret connections only support
a few commands.

For lack of a way to do, e.g., `:#=` here,
use `read(probe(x))` to get the fully aligned result
that's expected and bored down to the child.

This isn't ideal but fixes this using only the sorts of expressions
and commands that we've already committed to supporting.

Fixes #3557.

(cherry picked from commit 0dbedc31

)

# Conflicts:
#	core/src/main/scala/chisel3/RawModule.scala

* Resolve backport conflicts

---------

Co-authored-by: default avatarWill Dietz <will.dietz@sifive.com>
Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 630fbbb4
Pipeline #2748 failed with stages
in 0 seconds