makeAcePorts method

  1. @protected
void makeAcePorts()

Helper to instantiate ACE specific request ports.

Implementation

@protected
void makeAcePorts() {
  setPorts([
    if (domainWidth > 0) Logic.port('${prefix}DOMAIN', domainWidth),
    if (useBar) Logic.port('${prefix}BAR'),
  ], [
    PairDirection.fromProvider,
  ]);
}