mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed spelling of output
This commit is contained in:
parent
abecc98563
commit
dcd40c6be7
@ -69,7 +69,7 @@ module fcvt import cvw::*; #(parameter cvw_t P) (
|
|||||||
assign Int64 = OpCtrl[1];
|
assign Int64 = OpCtrl[1];
|
||||||
assign IntToFp = OpCtrl[2];
|
assign IntToFp = OpCtrl[2];
|
||||||
|
|
||||||
// choose the ouptut format depending on the opperation
|
// choose the output format depending on the opperation
|
||||||
// - fp -> fp: OpCtrl contains the precision of the output
|
// - fp -> fp: OpCtrl contains the precision of the output
|
||||||
// - int -> fp: Fmt contains the precision of the output
|
// - int -> fp: Fmt contains the precision of the output
|
||||||
if (P.FPSIZES == 2)
|
if (P.FPSIZES == 2)
|
||||||
|
@ -127,7 +127,7 @@ module postprocess import cvw::*; #(parameter cvw_t P) (
|
|||||||
assign InfIn = XInf|YInf|ZInf;
|
assign InfIn = XInf|YInf|ZInf;
|
||||||
assign NaNIn = XNaN|YNaN|ZNaN;
|
assign NaNIn = XNaN|YNaN|ZNaN;
|
||||||
|
|
||||||
// choose the ouptut format depending on the opperation
|
// choose the output format depending on the opperation
|
||||||
// - fp -> fp: OpCtrl contains the precision of the output
|
// - fp -> fp: OpCtrl contains the precision of the output
|
||||||
// - otherwise: Fmt contains the precision of the output
|
// - otherwise: Fmt contains the precision of the output
|
||||||
if (P.FPSIZES == 2)
|
if (P.FPSIZES == 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user