lint fixes

This commit is contained in:
Kevin Kim 2023-05-21 14:09:17 -07:00
parent 70fc32104e
commit f3190823c8

View File

@ -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);