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