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