From bf5f776501d043e141c588a00988a7083a3e8064 Mon Sep 17 00:00:00 2001 From: David Harris Date: Sun, 19 Feb 2023 19:59:30 -0800 Subject: [PATCH] Reduced rv32imc int divider to 2 copies to avoid it being on the critical path --- config/rv32imc/wally-config.vh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rv32imc/wally-config.vh b/config/rv32imc/wally-config.vh index 010b6599..52dfef06 100644 --- a/config/rv32imc/wally-config.vh +++ b/config/rv32imc/wally-config.vh @@ -68,7 +68,7 @@ // Integer Divider Configuration // IDIV_BITSPERCYCLE must be 1, 2, or 4 -`define IDIV_BITSPERCYCLE 4 +`define IDIV_BITSPERCYCLE 2 `define IDIV_ON_FPU 0 // Legal number of PMP entries are 0, 16, or 64