Unverified Commit 40005511 authored by Schuyler Eldridge's avatar Schuyler Eldridge Committed by GitHub
Browse files

Use new FIRRTL 3.0.0 emission (#3188)



Use new FIRRTL 3.0.0 syntaxes:

  - `a <= b` is now `connect a, b`
  - `c is invalid` is now `invalidate c`
  - a register with a reset is now `regreset`
  - `UInt("b101010")` is now `UInt(0b101010)`

Update the stated version of the FIRRTL emitted to 3.0.0.

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