1
0

Bump chisel3 and firrtl, update plugin versions

And update chisel3 code
This commit is contained in:
Jack Koenig
2017-08-23 13:33:22 -07:00
committed by Jack Koenig
parent 547bdc2b5b
commit 8891bf1b64
6 changed files with 8 additions and 8 deletions

View File

@ -150,7 +150,7 @@ class CaptureUpdateChain[+T <: Data, +V <: Data](genCapture: T, genUpdate: V) ex
io.chainOut.data := regs(0)
val updateBits = Cat(regs.reverse)(updateWidth-1, 0)
io.update.bits := io.update.bits.fromBits(updateBits)
io.update.bits := updateBits.asTypeOf(io.update.bits)
val captureBits = io.capture.bits.asUInt()