mirror of
https://github.com/fpganinja/taxi.git
synced 2026-08-13 10:51:22 -07:00
cndm_proto: TX FIFO should exert backpressure instead of dropping packets
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -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 (
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user