Skip to content

Commit

Permalink
frontend: increase BufferDepth
Browse files Browse the repository at this point in the history
  • Loading branch information
msc24h31 Lucia Luzi (luzil) committed Dec 13, 2024
1 parent fe85846 commit a31f804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/inst64/idma_inst64_top.sv
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module idma_inst64_top #(
localparam int unsigned TFLenWidth = AxiAddrWidth;
localparam int unsigned RepWidth = 32'd32;
localparam int unsigned NumDim = 32'd2;
localparam int unsigned BufferDepth = 32'd16;
localparam int unsigned BufferDepth = 32'd64;

// derived constants and types
localparam int unsigned StrbWidth = AxiDataWidth / 32'd8;
Expand Down

0 comments on commit a31f804

Please sign in to comment.