Axi4BaseRChannelInterface constructor
Constructor.
Implementation
Axi4BaseRChannelInterface({
super.idWidth = 4,
super.userWidth = 32,
super.dataWidth = 64,
super.useLast = true,
this.respWidth = 2,
}) : super(prefix: 'R', main: false) {
setPorts([
if (respWidth > 0) Logic.port('RRESP', respWidth),
], [
PairDirection.fromConsumer,
]);
}