From d17596353b744db0b2025051d4ef5517b1f7491f Mon Sep 17 00:00:00 2001 From: Katherine Parry Date: Thu, 23 Jun 2022 22:37:44 +0000 Subject: [PATCH] lint warning fix --- pipelined/src/fpu/fpu.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelined/src/fpu/fpu.sv b/pipelined/src/fpu/fpu.sv index da46d73e5..ff83079a8 100755 --- a/pipelined/src/fpu/fpu.sv +++ b/pipelined/src/fpu/fpu.sv @@ -123,7 +123,7 @@ module fpu ( logic [`CVTLEN-1:0] CvtLzcInE, CvtLzcInM; // input to the Leading Zero Counter (priority encoder) //divide signals - logic [`DIVLEN-1:0] Quot; + logic [`DIVLEN+2:0] Quot; logic [`NE:0] DivCalcExpM; // result and flag signals