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

Fix RemoveWires handling of invalidated non-UInt wires (bp #1949) (#1953)

* Fix RemoveWires handling of invalidated non-UInt wires (#1949)

It would replace them with a validif node with a UIntLiteral which can
lead to type errors.

(cherry picked from commit c7bbb75b

)

# Conflicts:
#	src/main/scala/firrtl/passes/RemoveValidIf.scala
#	src/main/scala/firrtl/transforms/RemoveWires.scala

* Resolve conflicts

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