Ace5LiteAwChannelInterface constructor
- required Axi5BaseAwChannelConfig config,
- bool userMixInEnable = false,
- bool idMixInEnable = false,
- bool debugMixInEnable = false,
- bool atomicMixInEnable = false,
- bool mmuMixInEnable = false,
- bool stashMixInEnable = false,
- bool qualMixInEnable = false,
- bool tagMixInEnable = false,
- bool opcodeMixInEnable = false,
Constructor.
Implementation
Ace5LiteAwChannelInterface(
{required super.config,
super.userMixInEnable,
super.idMixInEnable,
super.debugMixInEnable,
super.atomicMixInEnable,
super.mmuMixInEnable,
super.stashMixInEnable,
super.qualMixInEnable,
super.tagMixInEnable,
super.opcodeMixInEnable})
: super(
useCrediting: false,
sharedCredits: false,
numRp: 0,
);