From ca95b46de5d76b60fbb4f1353cf698ca5d04640c Mon Sep 17 00:00:00 2001 From: David Harris Date: Tue, 5 Jul 2022 05:01:12 +0000 Subject: [PATCH] Added reference to Schmookler01 for LOA --- pipelined/src/fpu/fma.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelined/src/fpu/fma.sv b/pipelined/src/fpu/fma.sv index 2b5245921..18b5a30df 100644 --- a/pipelined/src/fpu/fma.sv +++ b/pipelined/src/fpu/fma.sv @@ -259,7 +259,7 @@ module add( endmodule -module loa( //https://ieeexplore.ieee.org/abstract/document/930098 +module loa( // [Schmookler & Nowka, Leading zero anticipation and detection, IEEE Sym. Computer Arithmetic, 2001] input logic [3*`NF+6:0] A, // addend input logic [2*`NF+1:0] P, // product output logic [$clog2(3*`NF+7)-1:0] FmaNormCntE // normalization shift count for the positive result