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 <lars@metafoo.de>
main
Lars-Peter Clausen 2015-09-21 17:31:10 +02:00
parent cfd57fc462
commit 5c22e622de
1 changed files with 1 additions and 1 deletions

View File

@ -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 (