Axi5LiteBChannelConfig constructor
Constructor.
Implementation
Axi5LiteBChannelConfig({
super.userWidth = 16,
super.idWidth = 4,
super.useIdUnq = false,
super.tracePresent = false,
super.respWidth = 4,
}) : super(
useTag: false,
useTagUpdate: false,
useTagMatch: false,
tagDataWidth: 0,
useBusy: false,
loopWidth: 0,
);