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

Make it legal for concrete resets to drive abstract reset (backport #2018) (#2027)

* Make it legal for concrete resets to drive abstract reset (#2018)

This has been legal in FIRRTL since v1.2.3 (when reset inference started
using a unification-style algorithm) but was never exposed in the Chisel
API.

Also delete the overridden connects in AsyncReset and ResetType which
just duplicate logic from MonoConnect.

(cherry picked from commit 4b7b771e

)

* Fix issues with tests

Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 164f5e80
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