Unverified Commit c286c69b authored by Schuyler Eldridge's avatar Schuyler Eldridge
Browse files

[codegen] Switch to FIRRTL 3.0.0 regreset



Change FIRRTL emission to use FIRRTL 3.0.0 syntax for registers with a
reset.  The old emission was:

    reg a: UInt<1>, b with : (reset => (c, d))

The new emission is:

    regreset a: UInt<1>, b, c, d

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
parent 200bbb19
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