oneExponent method

Logic oneExponent()

Return the one exponent representation for this type of FloatingPoint

Implementation

Logic oneExponent() => Const(LogicValue.one).zeroExtend(exponent.width);