isNormal method
Return a Logic true if this FloatingPointVa;ie contains a normal number, defined as having mantissa in the range [1,2)
Implementation
bool isNormal() => exponent != LogicValue.ofInt(0, exponent.width);
Return a Logic true if this FloatingPointVa;ie contains a normal number, defined as having mantissa in the range [1,2)
bool isNormal() => exponent != LogicValue.ofInt(0, exponent.width);