Axi5LiteRChannelConfig constructor

Axi5LiteRChannelConfig({
  1. int userWidth = 32,
  2. int dataWidth = 64,
  3. int idWidth = 4,
  4. bool useIdUnq = false,
  5. bool tracePresent = false,
  6. bool usePoison = false,
  7. int respWidth = 4,
})

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