knobs property
latefinal
A mapping from configuration names to ConfigKnob
s that can be used
to configure this component.
Implementation
@override
late final Map<String, ConfigKnob<dynamic>> knobs = UnmodifiableMapView({
'Prefix tree type': prefixTreeKnob,
'Adder tree type': adderTreeKnob,
'Exponent width': exponentWidthKnob,
'Mantissa width': mantissaWidthKnob,
'Pipelined': pipelinedKnob,
});