Axi5CrChannelInterface constructor
Constructor.
Implementation
Axi5CrChannelInterface({
this.debugMixInEnable = false,
this.tracePresent = false,
}) : loopWidth = 0,
super(
prefix: 'CR',
main: true,
useCrediting: false,
sharedCredits: false,
numRp: 0,
) {
if (debugMixInEnable) {
makeDebugPorts();
}
}