FloatingPointTF32Value.ofLogicValue constructor

FloatingPointTF32Value.ofLogicValue(
  1. LogicValue val
)

Construct a FloatingPointTF32Value from a Logic word

Implementation

factory FloatingPointTF32Value.ofLogicValue(LogicValue val) =>
    FloatingPointValue.buildOfLogicValue(
        FloatingPointTF32Value.new, exponentWidth, mantissaWidth, val);