Axi5LiteAwChannelInterface constructor

Axi5LiteAwChannelInterface({
  1. required Axi5BaseAwChannelConfig config,
  2. bool userMixInEnable = false,
  3. bool idMixInEnable = false,
  4. bool debugMixInEnable = false,
})

Constructor.

Implementation

Axi5LiteAwChannelInterface(
    {required super.config,
    super.userMixInEnable,
    super.idMixInEnable,
    super.debugMixInEnable})
    : super(
          useCrediting: false,
          sharedCredits: false,
          numRp: 0,
          atomicMixInEnable: false,
          mmuMixInEnable: false,
          stashMixInEnable: false,
          qualMixInEnable: false,
          tagMixInEnable: false,
          opcodeMixInEnable: false);