We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48901a commit 0b5fc5bCopy full SHA for 0b5fc5b
rtl/axis_pipeline_fifo.v
@@ -83,7 +83,7 @@ module axis_pipeline_fifo #
83
output wire [USER_WIDTH-1:0] m_axis_tuser
84
);
85
86
-parameter FIFO_ADDR_WIDTH = LENGTH < 2 ? 3 : $clog2(LENGTH*4);
+parameter FIFO_ADDR_WIDTH = LENGTH < 2 ? 3 : $clog2(LENGTH*4+1);
87
88
generate
89
0 commit comments