Axi5LiteRChannelInterface constructor

Axi5LiteRChannelInterface({
  1. required Axi5BaseRChannelConfig config,
  2. bool userMixInEnable = false,
  3. bool debugMixInEnable = false,
  4. bool responseMixInEnable = false,
  5. bool idMixInEnable = false,
})

Constructor.

Implementation

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