Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
b1f6c1c4 committed Oct 16, 2020
1 parent 74c2c36 commit bcd7883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/axi_sink.v
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module axi_sink #(
wire [AXI-1:0] wd2;
fifo #(
.WIDTH (AXI),
.BURST (TRANS)
.BURST (TRANS - 1)
) i_wfifo (
.clk_i (clk_i),
.srst_i (srst_i),
Expand Down

0 comments on commit bcd7883

Please sign in to comment.