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