knobs property

  1. @override
Map<String, ConfigKnob> knobs
latefinal

A mapping from configuration names to ConfigKnobs that can be used to configure this component.

Implementation

@override
late final Map<String, ConfigKnob<dynamic>> knobs = UnmodifiableMapView({
  'Dual Path Adder': dualPathAdderKnob,
  'DAZ/FTZ Selection': subNormalAsZeroSelecKnob,
  'Select Internal Adder': adderSelectionKnob,
  'Prefix tree type for incrementers': prefixTreeKnob,
  'Exponent width': exponentWidthKnob,
  'Mantissa width': mantissaWidthKnob,
  'Pipelined': pipelinedKnob,
});