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 committed Dec 27, 2024
1 parent b2498c4 commit da8481c
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 @@ -74,7 +74,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 da8481c

Please sign in to comment.