mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-25 06:17:10 -04:00
fixed lint warning
This commit is contained in:
parent
6f2d8c24ad
commit
ab1f088672
2 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ module fpu (
|
||||||
.XSgnM, .YSgnM, .ZExpM, .XManM, .YManM, .ZManM,
|
.XSgnM, .YSgnM, .ZExpM, .XManM, .YManM, .ZManM,
|
||||||
.XNaNM, .YNaNM, .ZNaNM, .XZeroM, .YZeroM, .ZZeroM,
|
.XNaNM, .YNaNM, .ZNaNM, .XZeroM, .YZeroM, .ZZeroM,
|
||||||
.XInfM, .YInfM, .ZInfM, .XSNaNM, .YSNaNM, .ZSNaNM,
|
.XInfM, .YInfM, .ZInfM, .XSNaNM, .YSNaNM, .ZSNaNM,
|
||||||
.FOpCtrlE,
|
.FOpCtrlE, .ZOrigDenormE,
|
||||||
.FmtE, .FmtM, .FrmM,
|
.FmtE, .FmtM, .FrmM,
|
||||||
.FMAFlgM, .FMAResM);
|
.FMAFlgM, .FMAResM);
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ module unpack (
|
||||||
assign YExpMaxE = &YExpE;
|
assign YExpMaxE = &YExpE;
|
||||||
assign ZExpMaxE = &ZExpE;
|
assign ZExpMaxE = &ZExpE;
|
||||||
|
|
||||||
assign OrigDenormE = 1'b0;
|
assign ZOrigDenormE = 1'b0;
|
||||||
|
|
||||||
|
|
||||||
end else if (`FPSIZES == 2) begin // if there are 2 floating point formats supported
|
end else if (`FPSIZES == 2) begin // if there are 2 floating point formats supported
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue