From 4c106215f44cecc055a2e88fe47d0b683d0282e0 Mon Sep 17 00:00:00 2001 From: David Harris Date: Fri, 10 Nov 2023 08:46:55 -0800 Subject: [PATCH] Started cleaning up shifting leading 1 in fdivsqrt --- config/shared/config-shared.vh | 18 +++++++++--------- src/fpu/fdivsqrt/fdivsqrtpreproc.sv | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/config/shared/config-shared.vh b/config/shared/config-shared.vh index 48f02b848..acc7996cb 100644 --- a/config/shared/config-shared.vh +++ b/config/shared/config-shared.vh @@ -94,15 +94,15 @@ localparam FMT2 = ((F_SUPPORTED & (LEN1 != S_LEN)) ? 2'd0 : 2'd2); localparam BIAS2 = ((F_SUPPORTED & (LEN1 != S_LEN)) ? S_BIAS : H_BIAS); // division constants -localparam DIVN = (((NF+2