Skip to content

Commit

Permalink
fix bug: vfdiv fp_format
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofeibao-xjtu authored and sinsanction committed Mar 13, 2024
1 parent 526bfa6 commit cc7d3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/yunsuan/vector/VectorFloatDivider.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,7 @@ class VectorFloatDividerR64() extends Module {
Mux(
is_vec_q & !fp_format_q_is_fp64,
Mux(
fp_format_is_fp32,
fp_format_q_is_fp32,
Cat(0.U(29.W), out_frac_post_0_f32_0),
Cat(0.U(42.W), out_frac_post_0_f16_0)
),
Expand Down

0 comments on commit cc7d3c4

Please sign in to comment.