Ace5LiteRChannelInterface constructor

Ace5LiteRChannelInterface({
  1. required Axi5BaseRChannelConfig config,
  2. bool userMixInEnable = false,
  3. bool debugMixInEnable = false,
  4. bool responseMixInEnable = false,
  5. bool tagMixInEnable = false,
  6. bool chunkMixInEnable = false,
  7. bool idMixInEnable = false,
})

Constructor.

Implementation

Ace5LiteRChannelInterface({
  required super.config,
  super.userMixInEnable,
  super.debugMixInEnable,
  super.responseMixInEnable,
  super.tagMixInEnable,
  super.chunkMixInEnable,
  super.idMixInEnable,
}) : super(
        useCrediting: false,
        sharedCredits: false,
        numRp: 0,
      );