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