mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed undriven OutFmt
This commit is contained in:
parent
54cb612577
commit
4b4980e42d
@ -134,6 +134,7 @@ module postprocess import cvw::*; #(parameter cvw_t P) (
|
||||
assign OutFmt = IntToFp|~CvtOp ? Fmt : (OpCtrl[1:0] == P.FMT);
|
||||
else if (P.FPSIZES == 3 | P.FPSIZES == 4)
|
||||
assign OutFmt = IntToFp|~CvtOp ? Fmt : OpCtrl[1:0];
|
||||
else assign OutFmt = 0; // FPSIZES = 1
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Normalization
|
||||
|
Loading…
Reference in New Issue
Block a user