Axi5LiteWChannelConfig constructor
Constructor.
Implementation
Axi5LiteWChannelConfig({
super.userWidth = 32,
super.dataWidth = 64,
super.tracePresent = false,
super.usePoison = false,
}) : super(
useLast: false,
useTag: false,
useTagUpdate: false,
useTagMatch: false,
tagDataWidth: 0,
strbWidth: dataWidth ~/ 8,
loopWidth: 0,
);