renamed remOp to RemOp

This commit is contained in:
cturek 2022-11-03 22:37:25 +00:00
parent 041ab8e401
commit 39bf6a456e
2 changed files with 2 additions and 2 deletions

View File

@ -81,6 +81,6 @@ module fdivsqrt(
.DivBusy);
fdivsqrtpostproc fdivsqrtpostproc(
.WS, .WC, .D, .FirstU, .FirstUM, .FirstC, .Firstun,
.SqrtM, .SpecialCaseM, .remOp(Funct3E[1]),
.SqrtM, .SpecialCaseM, .RemOp(Funct3E[1]),
.QmM, .WZero, .DivSM);
endmodule

View File

@ -38,7 +38,7 @@ module fdivsqrtpostproc(
input logic Firstun,
input logic SqrtM,
input logic SpecialCaseM,
input logic remOp,
input logic RemOp,
output logic [`DIVb:0] QmM,
output logic WZero,
output logic DivSM