FloatingPointBF16Value.ofLogicValue constructor

FloatingPointBF16Value.ofLogicValue(
  1. LogicValue val
)

Construct a FloatingPointBF16Value from a Logic word

Implementation

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