oneExponent property

Logic oneExponent
latefinal

Return the one exponent representation for this type of FloatingPoint.

Implementation

late final oneExponent = Const(LogicValue.one, width: exponent.width)
    .named(_nameJoin('oneExponent', name), naming: Naming.mergeable);