FloatingPointTF32Value.ofLogicValue constructor
- LogicValue val
Construct a FloatingPointTF32Value from a Logic word
Implementation
factory FloatingPointTF32Value.ofLogicValue(LogicValue val) =>
FloatingPointValue.buildOfLogicValue(
FloatingPointTF32Value.new, exponentWidth, mantissaWidth, val);