From 986ed6f741ba0405444f9a1e300b621ee9c396af Mon Sep 17 00:00:00 2001 From: Matteo Perotti Date: Sat, 2 Dec 2023 11:49:44 +0100 Subject: [PATCH] [hardware] Increase sldu insn queue depth --- hardware/include/ara_pkg.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/include/ara_pkg.sv b/hardware/include/ara_pkg.sv index 014b00473..9d56cf6ea 100644 --- a/hardware/include/ara_pkg.sv +++ b/hardware/include/ara_pkg.sv @@ -94,7 +94,7 @@ package ara_pkg; localparam int unsigned VlduInsnQueueDepth = 4; localparam int unsigned VstuInsnQueueDepth = 4; localparam int unsigned VaddrgenInsnQueueDepth = 4; - localparam int unsigned SlduInsnQueueDepth = 2; + localparam int unsigned SlduInsnQueueDepth = 4; localparam int unsigned NoneInsnQueueDepth = 1; // Ara supports MaskuInsnQueueDepth = 1 only. localparam int unsigned MaskuInsnQueueDepth = 1;