Axi5BaseArChannelConfig constructor

Axi5BaseArChannelConfig({
  1. int userWidth = 0,
  2. int idWidth = 0,
  3. bool useIdUnq = false,
  4. int addrWidth = 0,
  5. int lenWidth = 0,
  6. bool useLock = false,
  7. int sizeWidth = 0,
  8. int burstWidth = 0,
  9. int cacheWidth = 0,
  10. int protWidth = 0,
  11. int qosWidth = 0,
  12. int regionWidth = 0,
  13. int barWidth = 0,
  14. bool usePoison = false,
  15. bool rmeSupport = false,
  16. bool instPrivPresent = false,
  17. int pasWidth = 0,
  18. int mecIdWidth = 0,
  19. bool useChunk = false,
  20. int atopWidth = 0,
  21. int chunkNumWidth = 0,
  22. int chunkStrbWidth = 0,
  23. bool tracePresent = false,
  24. int loopWidth = 0,
  25. int mpamWidth = 0,
  26. bool useTagging = false,
  27. int secSidWidth = 0,
  28. int sidWidth = 0,
  29. int ssidWidth = 0,
  30. int snpWidth = 0,
  31. bool useNsaId = false,
  32. bool usePbha = false,
  33. int actWidth = 0,
  34. int subSysIdWidth = 0,
  35. bool useFlow = false,
  36. bool supportGdi = false,
  37. bool supportRmeAndPasMmu = false,
  38. int untranslatedTransVersion = 4,
})

Constructor.

Implementation

Axi5BaseArChannelConfig({
  this.userWidth = 0,
  this.idWidth = 0,
  this.useIdUnq = false,
  this.addrWidth = 0,
  this.lenWidth = 0,
  this.useLock = false,
  this.sizeWidth = 0,
  this.burstWidth = 0,
  this.cacheWidth = 0,
  this.protWidth = 0,
  this.qosWidth = 0,
  this.regionWidth = 0,
  this.barWidth = 0,
  this.usePoison = false,
  this.rmeSupport = false,
  this.instPrivPresent = false,
  this.pasWidth = 0,
  this.mecIdWidth = 0,
  this.useChunk = false,
  this.atopWidth = 0,
  this.chunkNumWidth = 0,
  this.chunkStrbWidth = 0,
  this.tracePresent = false,
  this.loopWidth = 0,
  this.mpamWidth = 0,
  this.useTagging = false,
  this.secSidWidth = 0,
  this.sidWidth = 0,
  this.ssidWidth = 0,
  this.snpWidth = 0,
  this.useNsaId = false,
  this.usePbha = false,
  this.actWidth = 0,
  this.subSysIdWidth = 0,
  this.useFlow = false,
  this.supportGdi = false,
  this.supportRmeAndPasMmu = false,
  this.untranslatedTransVersion = 4,
});