Skip to content

Commit

Permalink
Add full_data to pipelined-mul-unit
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Feb 29, 2024
1 parent 5a17c56 commit f8105ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/rocket/Multiplier.scala
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,5 @@ class PipelinedMultiplier(width: Int, latency: Int, nXpr: Int = 32, aluFn: ALUFN
io.resp.valid := resp.valid
io.resp.bits.tag := resp.bits.tag
io.resp.bits.data := Pipe(in.valid, muxed, latency-1).bits
io.resp.bits.full_data := Pipe(in.valid, prod, latency-1).bits.asUInt
}

0 comments on commit f8105ce

Please sign in to comment.