From f71e705d53ccc63f0fe639ea7c66c5fbc4a64b2b Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Tue, 7 May 2024 16:23:32 -0700 Subject: [PATCH] Revert to old LSUQ_SIZE --- hw/rtl/VX_config.vh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/rtl/VX_config.vh b/hw/rtl/VX_config.vh index f0910b2b..a5f61679 100644 --- a/hw/rtl/VX_config.vh +++ b/hw/rtl/VX_config.vh @@ -278,7 +278,7 @@ // Size of LSU Request Queue `ifndef LSUQ_SIZE -`define LSUQ_SIZE (4 * `NUM_WARPS * (`NUM_THREADS / `NUM_LSU_LANES)) +`define LSUQ_SIZE (8 * (`NUM_THREADS / `NUM_LSU_LANES)) `endif // LSU Duplicate Address Check