Axi5BaseRChannelConfig constructor
- int userWidth = 0,
- int dataWidth = 0,
- int idWidth = 0,
- bool useIdUnq = false,
- bool useTag = false,
- int tagDataWidth = 0,
- bool useTagUpdate = false,
- bool useTagMatch = false,
- bool tracePresent = false,
- int loopWidth = 0,
- int respWidth = 0,
- bool useBusy = false,
- int chunkNumWidth = 0,
- int chunkStrbWidth = 0,
- bool useLast = false,
- int strbWidth = 0,
- 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,
});