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

Support literals cast to aggregates as async reset reg init values (#1225) (#1247)

Accomplished by changing the code gen for casting literals to
aggregates. Rather than connecting the literal to a wire that is then
bit selected from, just bit select from the literal which saves the
creation of an intermediate wire and matches FIRRTL's semantics for
legal async reset initial values.

(cherry picked from commit 92d88ffb)
parent d33da448
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