Skip to content

Commit

Permalink
[hardware] Increase sldu insn queue depth
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Dec 2, 2023
1 parent 37996fd commit 986ed6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/include/ara_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 986ed6f

Please sign in to comment.