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