createModule method

  1. @override
CarrySaveMultiplier createModule()
override

Creates a Module instance as configured.

Implementation

@override
CarrySaveMultiplier createModule() => CarrySaveMultiplier(
    Logic(width: logicWidthKnob.value), Logic(width: logicWidthKnob.value),
    clk: Logic(), reset: Logic(), signed: true);