makeOpcodePorts method

  1. @protected
void makeOpcodePorts()

Helper to instantiate ACE specific request ports.

Implementation

@protected
void makeOpcodePorts() {
  setPorts([
    if (snpWidth > 0) Logic.port('${prefix}SNOOP', snpWidth),
  ], [
    PairDirection.fromProvider,
  ]);
}