MultiplierSelectKnob constructor
Constructor for MultiplierSelectKnob allows for exposing or hiding some of the configuration knobs.
allowSignedisfalseby default, making the multiplier unsigned.allowPipeliningisfalseby default, making the multiplier combinational.
Implementation
MultiplierSelectKnob(
{required this.allowSigned,
required this.allowPipelining,
super.name = 'Multiplier Select'})
: super({});