From a31f8041f0e5a641b07510880b3fd40e7673254f Mon Sep 17 00:00:00 2001 From: "msc24h31 Lucia Luzi (luzil)" Date: Fri, 13 Dec 2024 12:06:41 +0100 Subject: [PATCH] frontend: increase BufferDepth --- src/frontend/inst64/idma_inst64_top.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/inst64/idma_inst64_top.sv b/src/frontend/inst64/idma_inst64_top.sv index 26f0b9a..6a3fbcb 100644 --- a/src/frontend/inst64/idma_inst64_top.sv +++ b/src/frontend/inst64/idma_inst64_top.sv @@ -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;