Axi5BChannelConfig constructor

Axi5BChannelConfig({
  1. int userWidth = 16,
  2. int idWidth = 4,
  3. bool useIdUnq = false,
  4. bool useTag = false,
  5. int tagDataWidth = 0,
  6. bool useTagUpdate = false,
  7. bool useTagMatch = false,
  8. bool tracePresent = false,
  9. int loopWidth = 0,
  10. bool useBusy = false,
  11. int respWidth = 4,
})

Constructor.

Implementation

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