Axi5LiteAwChannelConfig constructor

Axi5LiteAwChannelConfig({
  1. int userWidth = 32,
  2. int idWidth = 4,
  3. bool useIdUnq = false,
  4. int addrWidth = 32,
  5. bool tracePresent = false,
  6. int subSysIdWidth = 0,
})

Constructor.

Implementation

Axi5LiteAwChannelConfig({
  super.userWidth = 32,
  super.idWidth = 4,
  super.useIdUnq = false,
  super.addrWidth = 32,
  super.tracePresent = false,
  super.subSysIdWidth = 0,
}) : super(
        sizeWidth: 3,
        burstWidth: 0,
        cacheWidth: 0,
        protWidth: 3,
        qosWidth: 0,
        regionWidth: 0,
        lenWidth: 0,
        useLock: false,
        rmeSupport: false,
        instPrivPresent: false,
        pasWidth: 0,
        mecIdWidth: 0,
        atOpWidth: 0,
        snpWidth: 0,
        mpamWidth: 0,
        useTagging: false,
        secSidWidth: 0,
        sidWidth: 0,
        ssidWidth: 0,
        useNsaId: false,
        usePbha: false,
        actWidth: 0,
        domainWidth: 0,
        stashNidPresent: false,
        stashLPidPresent: false,
        cmoWidth: 0,
        loopWidth: 0,
        useFlow: false,
        supportGdi: false,
        supportRmeAndPasMmu: false,
        untranslatedTransVersion: 0,
      );