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