cndm_proto: TX FIFO should exert backpressure instead of dropping packets

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2026-08-11 15:23:21 -07:00
parent fa0cd921a3
commit 743ffa2f3e

View File

@@ -431,7 +431,7 @@ taxi_axis_async_fifo #(
.USER_BAD_FRAME_MASK(1'b1),
.DROP_OVERSIZE_FRAME(1),
.DROP_BAD_FRAME(1),
.DROP_WHEN_FULL(1)
.DROP_WHEN_FULL(0)
)
tx_fifo (
/*