Ace5LiteAwChannelInterface constructor

Ace5LiteAwChannelInterface({
  1. required Axi5BaseAwChannelConfig config,
  2. bool userMixInEnable = false,
  3. bool idMixInEnable = false,
  4. bool debugMixInEnable = false,
  5. bool atomicMixInEnable = false,
  6. bool mmuMixInEnable = false,
  7. bool stashMixInEnable = false,
  8. bool qualMixInEnable = false,
  9. bool tagMixInEnable = false,
  10. bool opcodeMixInEnable = false,
})

Constructor.

Implementation

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