sel property
latefinal
Select.
The Requester generates a select signal for each Completer. Select indicates that the Completer is selected and that a data transfer is required.
Implementation
late final List<Logic> sel = UnmodifiableListView(List.generate(
numSelects, (index) => port('PSEL$index'),
growable: false));