mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
lint fixes
This commit is contained in:
parent
70fc32104e
commit
f3190823c8
@ -145,7 +145,7 @@ module divremsqrtpostprocess (
|
|||||||
// round to nearest max magnitude
|
// round to nearest max magnitude
|
||||||
|
|
||||||
// calulate result sign used in rounding unit
|
// calulate result sign used in rounding unit
|
||||||
divremsqrtroundsign roundsign( .DivOp, .Sqrt, .Xs, .Ys, Ms);
|
divremsqrtroundsign roundsign( .DivOp, .Sqrt, .Xs, .Ys, .Ms);
|
||||||
|
|
||||||
divremsqrtround round(.OutFmt, .Frm, .Plus1, .Qe,
|
divremsqrtround round(.OutFmt, .Frm, .Plus1, .Qe,
|
||||||
.Ms, .Mf, .DivSticky, .DivOp, .UfPlus1, .FullRe, .Rf, .Re, .Sticky, .Round, .Guard, .Me);
|
.Ms, .Mf, .DivSticky, .DivOp, .UfPlus1, .FullRe, .Rf, .Re, .Sticky, .Round, .Guard, .Me);
|
||||||
|
Loading…
Reference in New Issue
Block a user