Axi5BaseAwChannelConfig constructor

Axi5BaseAwChannelConfig({
  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. bool rmeSupport = false,
  14. bool instPrivPresent = false,
  15. int pasWidth = 0,
  16. int mecIdWidth = 0,
  17. int atOpWidth = 0,
  18. int snpWidth = 0,
  19. bool tracePresent = false,
  20. int loopWidth = 0,
  21. int mpamWidth = 0,
  22. bool useTagging = false,
  23. int secSidWidth = 0,
  24. int sidWidth = 0,
  25. int ssidWidth = 0,
  26. bool useNsaId = false,
  27. bool usePbha = false,
  28. int actWidth = 0,
  29. int subSysIdWidth = 0,
  30. int domainWidth = 0,
  31. bool stashNidPresent = false,
  32. bool stashLPidPresent = false,
  33. int cmoWidth = 0,
  34. bool useFlow = false,
  35. bool supportRmeAndPasMmu = false,
  36. bool supportGdi = false,
  37. int untranslatedTransVersion = 4,
})

Constructor.

Implementation

Axi5BaseAwChannelConfig({
  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.rmeSupport = false,
  this.instPrivPresent = false,
  this.pasWidth = 0,
  this.mecIdWidth = 0,
  this.atOpWidth = 0,
  this.snpWidth = 0,
  this.tracePresent = false,
  this.loopWidth = 0,
  this.mpamWidth = 0,
  this.useTagging = false,
  this.secSidWidth = 0,
  this.sidWidth = 0,
  this.ssidWidth = 0,
  this.useNsaId = false,
  this.usePbha = false,
  this.actWidth = 0,
  this.subSysIdWidth = 0,
  this.domainWidth = 0,
  this.stashNidPresent = false,
  this.stashLPidPresent = false,
  this.cmoWidth = 0,
  this.useFlow = false,
  this.supportRmeAndPasMmu = false,
  this.supportGdi = false,
  this.untranslatedTransVersion = 4,
});