makeOpcodePorts method
Helper to instantiate ACE specific request ports.
Implementation
@protected
void makeOpcodePorts() {
setPorts([
if (snpWidth > 0) Logic.port('${prefix}SNOOP', snpWidth),
], [
PairDirection.fromProvider,
]);
}
Helper to instantiate ACE specific request ports.
@protected
void makeOpcodePorts() {
setPorts([
if (snpWidth > 0) Logic.port('${prefix}SNOOP', snpWidth),
], [
PairDirection.fromProvider,
]);
}