Ace5LiteWChannelInterface constructor

Ace5LiteWChannelInterface({
  1. required Axi5BaseWChannelConfig config,
  2. bool userMixInEnable = false,
  3. bool debugMixInEnable = false,
  4. bool tagMixInEnable = false,
})

Constructor.

Implementation

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