createModule method

  1. @override
Module createModule()
override

Creates a Module instance as configured.

Implementation

@override
Module createModule() => FixedToFloat(
    FixedPoint(signed: signKnob.value, m: mKnob.value, n: nKnob.value),
    exponentWidth: exponentWidthKnob.value,
    mantissaWidth: mantissaWidthKnob.value);