Axi5LiteBChannelConfig constructor

Axi5LiteBChannelConfig({
  1. int userWidth = 16,
  2. int idWidth = 4,
  3. bool useIdUnq = false,
  4. bool tracePresent = false,
  5. int respWidth = 4,
})

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