mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
renamed a file to fit diagram
This commit is contained in:
parent
0b91e7526f
commit
66bef379cb
@ -181,7 +181,7 @@ module postprocess (
|
|||||||
|
|
||||||
normshift normshift (.ShiftIn, .ShiftAmt, .Shifted);
|
normshift normshift (.ShiftIn, .ShiftAmt, .Shifted);
|
||||||
|
|
||||||
lzacorrection lzacorrection(.FmaOp, .FmaPreResultDenorm, .FmaConvNormSumExp,
|
shiftcorrection shiftcorrection(.FmaOp, .FmaPreResultDenorm, .FmaConvNormSumExp,
|
||||||
.DivResDenorm, .DivDenormShift, .DivOp, .DivCalcExp,
|
.DivResDenorm, .DivDenormShift, .DivOp, .DivCalcExp,
|
||||||
.DivCorrExp, .FmaSZero, .Shifted, .FmaSe, .Nfrac);
|
.DivCorrExp, .FmaSZero, .Shifted, .FmaSe, .Nfrac);
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
`include "wally-config.vh"
|
`include "wally-config.vh"
|
||||||
|
|
||||||
module lzacorrection(
|
module shiftcorrection(
|
||||||
input logic [`NORMSHIFTSZ-1:0] Shifted, // the shifted sum before LZA correction
|
input logic [`NORMSHIFTSZ-1:0] Shifted, // the shifted sum before LZA correction
|
||||||
input logic FmaOp,
|
input logic FmaOp,
|
||||||
input logic DivOp,
|
input logic DivOp,
|
Loading…
Reference in New Issue
Block a user