Skip to content

Commit

Permalink
Merge pull request #629 from flaviens/master
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Feb 15, 2023
2 parents 9616e24 + 55f3423 commit deae9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/exu/execution-units/fdiv.scala
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class FDivSqrtUnit(implicit p: Parameters)
r_buffer_req.uop.br_mask := GetNewBrMask(io.brupdate, io.req.bits.uop)
r_buffer_fin <> fdiv_decoder.io.sigs

r_buffer_fin.rm := io.fcsr_rm
r_buffer_fin.rm := Mux(ImmGenRm(io.req.bits.uop.imm_packed) === 7.U, io.fcsr_rm, ImmGenRm(io.req.bits.uop.imm_packed))
r_buffer_fin.typ := 0.U // unused for fdivsqrt
val tag = fdiv_decoder.io.sigs.typeTagIn
r_buffer_fin.in1 := unbox(io.req.bits.rs1_data, tag, Some(tile.FType.D))
Expand Down

0 comments on commit deae9f7

Please sign in to comment.