Skip to content

Commit

Permalink
Merge pull request #41 from SingularityKChen/master
Browse files Browse the repository at this point in the history
fix: chisel3 pr #2758
  • Loading branch information
jerryz123 authored Jan 4, 2023
2 parents b0795a3 + 244ef55 commit 6235931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/vmu.scala
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class IBoxML(implicit p: Parameters) extends VMUModule()(p) {
when (!indexed) {
op.base := io.agu.out.bits.addr
}
op.vlen := vlen_next.asUInt()
op.vlen := vlen_next.asUInt
op.eidx := eidx_next
op.first := Bool(false)
when (vlen_end) {
Expand Down

0 comments on commit 6235931

Please sign in to comment.