Axi5LiteRChannelConfig constructor
Constructor.
Implementation
Axi5LiteRChannelConfig({
super.userWidth = 32,
super.dataWidth = 64,
super.idWidth = 4,
super.useIdUnq = false,
super.tracePresent = false,
super.usePoison = false,
super.respWidth = 4,
}) : super(
useLast: false,
useTag: false,
tagDataWidth: 0,
useTagMatch: false,
useTagUpdate: false,
useBusy: false,
chunkNumWidth: 0,
chunkStrbWidth: 0,
strbWidth: 0,
loopWidth: 0,
);