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:
Schuyler Eldridge <schuyler.eldridge@sifive.com>
parent
59d7734d