radixKnob property
final
Controls the Booth encoding radix of the multiplier.!
Implementation
final radixKnob = ChoiceConfigKnob<int>(
[2, 4, 8, 16],
value: 4,
);
Controls the Booth encoding radix of the multiplier.!
final radixKnob = ChoiceConfigKnob<int>(
[2, 4, 8, 16],
value: 4,
);