Ace4CrChannelInterface constructor
Constructor.
Implementation
Ace4CrChannelInterface({
super.idWidth = 4,
super.userWidth = 32,
super.respWidth = 2,
this.useLast = true,
}) : super(
prefix: 'CR',
) {
setPorts([
if (useLast) Logic.port('${prefix}LAST'),
], [
PairDirection.fromConsumer,
]);
}