Skip to content

Commit

Permalink
test: fix vfalu test
Browse files Browse the repository at this point in the history
  • Loading branch information
sinceforYy committed Mar 31, 2024
1 parent 8726783 commit 2c398f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/scala/top/VectorSimTop.scala
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ class SimTop() extends VPUTestModule {
vfa.io.fp_aIsFpCanonicalNAN := false.B
vfa.io.fp_bIsFpCanonicalNAN := false.B
vfa.io.maskForReduction := 0.U
vfa.io.is_vfwredosum := false.B
vfa.io.is_fold := 0.U
vfa.io.vs2_fold := Cat(in.src(0)(1), in.src(0)(0))
vfa_result.result(i) := vfa.io.fp_result
vfa_result.fflags(i) := vfa.io.fflags
vfa_result.vxsat := 0.U // DontCare
Expand Down

0 comments on commit 2c398f8

Please sign in to comment.