zeroExponent property

Logic zeroExponent
latefinal

Return the zero exponent representation for this type of FloatingPoint.

Implementation

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