Ace4AcChannelInterface constructor

Ace4AcChannelInterface({
  1. int idWidth = 4,
  2. int addrWidth = 32,
  3. int userWidth = 32,
  4. int domainWidth = 1,
  5. bool useBar = true,
})

Constructor.

Implementation

Ace4AcChannelInterface({
  super.idWidth = 4,
  super.addrWidth = 32,
  super.userWidth = 32,
  this.domainWidth = 1,
  this.useBar = true,
}) : super(
          prefix: 'AC',
          lenWidth: 0,
          sizeWidth: 3,
          burstWidth: 2,
          cacheWidth: 4,
          protWidth: 3,
          qosWidth: 0,
          regionWidth: 0,
          useLock: false) {
  makeAcePorts();
}