Axi5LiteWChannelInterface constructor
- required Axi5BaseWChannelConfig config,
- bool userMixInEnable = false,
- bool debugMixInEnable = false,
Constructor.
Implementation
Axi5LiteWChannelInterface(
{required super.config, super.userMixInEnable, super.debugMixInEnable})
: super(
useCrediting: false,
sharedCredits: false,
numRp: 0,
tagMixInEnable: false);