Ace5LiteBChannelInterface constructor

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

Constructor.

Implementation

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