Axi5LiteWChannelInterface constructor

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

Constructor.

Implementation

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