From 5c22e622de8fd0c05a02ae126c97a93860b5ab03 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Mon, 21 Sep 2015 17:31:10 +0200 Subject: [PATCH] axi_dmac: Fix width for dest response FIFO The width of the dest response FIFO is 1 bit not 3 bits. Signed-off-by: Lars-Peter Clausen --- library/axi_dmac/request_arb.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/axi_dmac/request_arb.v b/library/axi_dmac/request_arb.v index 71c43d7a0..2e622403a 100644 --- a/library/axi_dmac/request_arb.v +++ b/library/axi_dmac/request_arb.v @@ -1011,7 +1011,7 @@ util_axis_fifo #( ); util_axis_fifo #( - .DATA_WIDTH(3), + .DATA_WIDTH(1), .ADDRESS_WIDTH(0), .ASYNC_CLK(ASYNC_CLK_DEST_REQ) ) i_dest_response_fifo (