From f3190823c8f14aa5563baba0a9bcf36618a50d28 Mon Sep 17 00:00:00 2001 From: Kevin Kim Date: Sun, 21 May 2023 14:09:17 -0700 Subject: [PATCH] lint fixes --- src/fpu/divremsqrt/divremsqrtpostprocess.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fpu/divremsqrt/divremsqrtpostprocess.sv b/src/fpu/divremsqrt/divremsqrtpostprocess.sv index 43aba0c3e..2041ffe4a 100644 --- a/src/fpu/divremsqrt/divremsqrtpostprocess.sv +++ b/src/fpu/divremsqrt/divremsqrtpostprocess.sv @@ -145,7 +145,7 @@ module divremsqrtpostprocess ( // round to nearest max magnitude // 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, .Ms, .Mf, .DivSticky, .DivOp, .UfPlus1, .FullRe, .Rf, .Re, .Sticky, .Round, .Guard, .Me);