Axi4ArChannelInterface constructor

Axi4ArChannelInterface({
  1. int idWidth = 4,
  2. int addrWidth = 32,
  3. int lenWidth = 8,
  4. int userWidth = 32,
  5. bool useLock = true,
})

Constructor.

Implementation

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