summaryrefslogtreecommitdiff
path: root/README.md
blob: 58f3c3a1a7db39e39f306d20aaffdf66ef318ad5 (plain)
1
2
3
4
5
6
7
8
9
chisel3 is a new FIRRTL based chisel

the current backward incompatiabilities with chisel 2.x are:

val wire = Bits(width = 15)

is

val wire = Wire(Bits(width = 15))