Unverified Commit 3f950abd authored by Albert Magyar's avatar Albert Magyar Committed by GitHub
Browse files

consolidated wire+assign to just wire, with expression inlined (bp #1600 to 1.2.x) (#1611)



* consolidated wire+assign to just wire, with expression inlined (#1600)

* consolidated wire <type> x; assign x = y; to wire <type> x = y;

* Remove dead code from Emitter.scala

Co-authored-by: default avatarAlbert Magyar <albert.magyar@gmail.com>

* Backport to 1.2.x

Co-authored-by: default avatarMurali Vijayaraghavan <vmurali@sifive.com>
parent a99469a5
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