createModule method

  1. @override
Module createModule()
override

Creates a Module instance as configured.

Implementation

@override
Module createModule() => RippleCarryAdder(
    Logic(width: logicWidthKnob.value), Logic(width: logicWidthKnob.value),
    carryIn: Logic());