mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
lint warning fix
This commit is contained in:
parent
b54d84195f
commit
d17596353b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user