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))