From cf5c5132211fa09340957374249e921a4a42a417 Mon Sep 17 00:00:00 2001 From: David Harris Date: Tue, 20 Sep 2022 19:30:16 -0700 Subject: [PATCH] Restored radix 2 to pass regression --- pipelined/config/shared/wally-shared.vh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelined/config/shared/wally-shared.vh b/pipelined/config/shared/wally-shared.vh index 7527e4905..784816037 100644 --- a/pipelined/config/shared/wally-shared.vh +++ b/pipelined/config/shared/wally-shared.vh @@ -102,7 +102,7 @@ `define CORRSHIFTSZ ((`DIVRESLEN+`NF) > (3*`NF+8) ? (`DIVRESLEN+`NF) : (3*`NF+6)) // division constants -`define RADIX 32'h4 +`define RADIX 32'h2 `define DIVCOPIES 32'h1 `define DIVLEN ((`NF < `XLEN) ? (`XLEN) : (`NF + 3)) // `define DIVN (`NF < `XLEN ? `XLEN : `NF+1) // length of input