Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-Wye authored and Avimitin committed Jul 26, 2024
1 parent 6e285f2 commit 89921c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t1/src/LaneZvbb.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ class LaneZvbb(val parameter: LaneZvbbParam)
zvbbSLL,
)
)
response.source2 = Mux(request.opcode == 7.U, zvbbSLLMSB, 0.U)
response.source2 := Mux(request.opcode === 7.U, zvbbSLLMSB, 0.U)
}

0 comments on commit 89921c3

Please sign in to comment.