Axi5BaseWChannelConfig constructor

Axi5BaseWChannelConfig({
  1. int userWidth = 0,
  2. int dataWidth = 0,
  3. bool useLast = false,
  4. int tagDataWidth = 0,
  5. bool useTag = false,
  6. bool useTagUpdate = false,
  7. bool useTagMatch = false,
  8. bool tracePresent = false,
  9. int loopWidth = 0,
  10. int strbWidth = 0,
  11. bool usePoison = false,
})

Constructor.

Implementation

Axi5BaseWChannelConfig({
  this.userWidth = 0,
  this.dataWidth = 0,
  this.useLast = false,
  this.tagDataWidth = 0,
  this.useTag = false,
  this.useTagUpdate = false,
  this.useTagMatch = false,
  this.tracePresent = false,
  this.loopWidth = 0,
  this.strbWidth = 0,
  this.usePoison = false,
});