lint warning fix

This commit is contained in:
Katherine Parry 2022-06-23 22:37:44 +00:00
parent b54d84195f
commit d17596353b

View File

@ -123,7 +123,7 @@ module fpu (
logic [`CVTLEN-1:0] CvtLzcInE, CvtLzcInM; // input to the Leading Zero Counter (priority encoder) logic [`CVTLEN-1:0] CvtLzcInE, CvtLzcInM; // input to the Leading Zero Counter (priority encoder)
//divide signals //divide signals
logic [`DIVLEN-1:0] Quot; logic [`DIVLEN+2:0] Quot;
logic [`NE:0] DivCalcExpM; logic [`NE:0] DivCalcExpM;
// result and flag signals // result and flag signals