From 743ffa2f3e7653e9f72e1bb77f9a87740890a89b Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Tue, 11 Aug 2026 15:23:21 -0700 Subject: [PATCH] cndm_proto: TX FIFO should exert backpressure instead of dropping packets Signed-off-by: Alex Forencich --- src/cndm_proto/rtl/cndm_proto_port.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cndm_proto/rtl/cndm_proto_port.sv b/src/cndm_proto/rtl/cndm_proto_port.sv index 384dbec..8b2ccf5 100644 --- a/src/cndm_proto/rtl/cndm_proto_port.sv +++ b/src/cndm_proto/rtl/cndm_proto_port.sv @@ -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 ( /*