zeroExponent method

Logic zeroExponent()

Return the zero exponent representation for this type of FloatingPoint

Implementation

Logic zeroExponent() => Const(LogicValue.zero).zeroExtend(exponent.width);