Axi4BaseArChannelInterface constructor

Axi4BaseArChannelInterface({
  1. int idWidth = 4,
  2. int userWidth = 4,
  3. int addrWidth = 32,
  4. int lenWidth = 8,
  5. bool useLock = true,
  6. int sizeWidth = 3,
  7. int burstWidth = 2,
  8. int cacheWidth = 4,
  9. int protWidth = 3,
  10. int qosWidth = 4,
  11. int regionWidth = 4,
})

Constructor..

Implementation

Axi4BaseArChannelInterface({
  super.idWidth = 4,
  super.userWidth = 4,
  super.addrWidth = 32,
  super.lenWidth = 8,
  super.useLock = true,
  super.sizeWidth = 3,
  super.burstWidth = 2,
  super.cacheWidth = 4,
  super.protWidth = 3,
  super.qosWidth = 4,
  super.regionWidth = 4,
}) : super(prefix: 'AR');