Skip to content

Commit 4300d4c

Browse files
committed
/library/spi_engine: fix instance of util_axis_fifo_asym
util_axis_fifo_asym updated its parameters and this commit fixes the instance in the spi_engine. Signed-off-by: Carlos Souza <carlos.souza@analog.com>
1 parent 871c5a0 commit 4300d4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library/spi_engine/axi_spi_engine/axi_spi_engine.v

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,7 @@ module axi_spi_engine #(
480480
.ALMOST_FULL_THRESHOLD(1),
481481
.TLAST_EN(0),
482482
.TKEEP_EN(0),
483-
.FIFO_LIMITED(0),
484-
.ADDRESS_WIDTH_PERSPECTIVE(0)
483+
.REDUCED_FIFO(0)
485484
) i_sdi_fifo(
486485
.s_axis_aclk(spi_clk),
487486
.s_axis_aresetn(spi_resetn),

0 commit comments

Comments
 (0)