Skip to content

Commit

Permalink
[rtl] Pipe input in compress unit.
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjun-li authored Dec 23, 2024
1 parent 671eb79 commit 7a73a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t1/src/mask/MaskCompress.scala
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class MaskCompress(val parameter: CompressParam)
io.om := omInstance.getPropertyReference
omInstance.retimeIn.foreach(_ := Property(Path(io.clock)))

val in = io.in
val in = RegNext(io.in, 0.U.asTypeOf(io.in))
val out = io.out
val newInstruction = io.newInstruction
val ffoInstruction = io.ffoInstruction
Expand Down

0 comments on commit 7a73a7c

Please sign in to comment.