zeroExponent method
Return the zero exponent representation for this type of FloatingPoint
Implementation
Logic zeroExponent() => Const(LogicValue.zero).zeroExtend(exponent.width);
Return the zero exponent representation for this type of FloatingPoint
Logic zeroExponent() => Const(LogicValue.zero).zeroExtend(exponent.width);