Axi5LiteBChannelInterface constructor

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

Constructor.

Implementation

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