Skip to content
Snippets Groups Projects
Commit df507d7b authored by Byron Lathi's avatar Byron Lathi
Browse files

Add missing length parameter

parent ccbf178b
Branches master
No related tags found
No related merge requests found
......@@ -16,7 +16,8 @@ axis_pipeline_register #(
.ID_WIDTH(s_axis.ID_WIDTH),
.DEST_ENABLE(1),
.DEST_WIDTH(s_axis.DEST_WIDTH),
.USER_WIDTH(s_axis.USER_WIDTH)
.USER_WIDTH(s_axis.USER_WIDTH),
.LENGTH(LENGTH)
) u_reg (
.clk(clk),
.rst(rst),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment