createModule method
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);