Axi5BaseBChannelConfig constructor

Axi5BaseBChannelConfig({
  1. int userWidth = 0,
  2. int idWidth = 0,
  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. int respWidth = 0,
  11. bool useBusy = false,
})

Constructor.

Implementation

Axi5BaseBChannelConfig({
  this.userWidth = 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,
});