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