Axi5RChannelConfig constructor
- int userWidth = 32,
- int dataWidth = 64,
- int idWidth = 4,
- bool useIdUnq = false,
- bool useTag = false,
- int tagDataWidth = 0,
- bool useTagUpdate = false,
- bool useTagMatch = false,
- bool tracePresent = false,
- int loopWidth = 0,
- bool useBusy = false,
- int chunkNumWidth = 0,
- int chunkStrbWidth = 0,
- bool useLast = true,
- bool usePoison = false,
- int respWidth = 4,
Constructor.
Implementation
Axi5RChannelConfig({
super.userWidth = 32,
super.dataWidth = 64,
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.chunkNumWidth = 0,
super.chunkStrbWidth = 0,
super.useLast = true,
super.usePoison = false,
super.respWidth = 4,
}) : super(strbWidth: 0);