Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main

This commit is contained in:
Ross Thompson 2022-11-03 17:48:35 -05:00
commit 24689d6937
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