knobs property
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({
'Number of entries': numEntriesKnob,
'Data width': dataWidthKnob,
'Address width': addrWidthKnob,
'Number of read ports': numReadPortsKnobs,
'Number of write ports': numWritePortsKnobs,
'Masked write data': maskedWritesKnob,
});