Axi5BaseRChannelConfig constructor

Axi5BaseRChannelConfig({
  1. int userWidth = 0,
  2. int dataWidth = 0,
  3. int idWidth = 0,
  4. bool useIdUnq = false,
  5. bool useTag = false,
  6. int tagDataWidth = 0,
  7. bool useTagUpdate = false,
  8. bool useTagMatch = false,
  9. bool tracePresent = false,
  10. int loopWidth = 0,
  11. int respWidth = 0,
  12. bool useBusy = false,
  13. int chunkNumWidth = 0,
  14. int chunkStrbWidth = 0,
  15. bool useLast = false,
  16. int strbWidth = 0,
  17. bool usePoison = false,
})

Constructor.

Implementation

Axi5BaseRChannelConfig({
  this.userWidth = 0,
  this.dataWidth = 0,
  this.idWidth = 0,
  this.useIdUnq = false,
  this.useTag = false,
  this.tagDataWidth = 0,
  this.useTagUpdate = false,
  this.useTagMatch = false,
  this.tracePresent = false,
  this.loopWidth = 0,
  this.respWidth = 0,
  this.useBusy = false,
  this.chunkNumWidth = 0,
  this.chunkStrbWidth = 0,
  this.useLast = false,
  this.strbWidth = 0,
  this.usePoison = false,
});