Axi5LiteWChannelConfig constructor

Axi5LiteWChannelConfig({
  1. int userWidth = 32,
  2. int dataWidth = 64,
  3. bool tracePresent = false,
  4. bool usePoison = false,
})

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,
      );