Skip to content

Commit c8142c4

Browse files
Copilotklin02
andauthored
refactor(fpga): pipeline batch bus and beat-serialize AXIS
Co-authored-by: klin02 <[email protected]>
1 parent f1fa089 commit c8142c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/fpga/Host.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Difftest2AXIs(val difftest_width: Int, val axis_width: Int) extends Module
5151

5252
// Write side (difftest side)
5353
val fifo_not_full = wr_occupancy < (fifo_depth - 1).U
54-
io.difftest.ready := fifo_not_full // Backpressure based on FIFO space - only consider FIFO occupancy
54+
io.difftest.ready := fifo_not_full // Backpressure: stall difftest when FIFO is nearly full
5555
val wr_en = io.difftest.fire
5656

5757
when(wr_en) {

0 commit comments

Comments
 (0)