Allow BoringUtils.bore to work on probes (#3908) (#3910)
Extends BorginUtils.bore (and related) to work where the source is a probe. Currently, if a user tries to do this, they will get an error about being unable to probe a probe because the old code would unconditionally wrap whatever the source was in `Probe`/`RWProbe`. Change this to not wrap if the source is already a probe. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@sifive.com> (cherry picked from commit 67f51b88 ) Co-authored-by:
Schuyler Eldridge <schuyler.eldridge@sifive.com>
parent
9769d541
Please register or sign in to comment