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