clone method
override
Copy Constructor.
Implementation
@override
Axi5RChannelInterface clone() => Axi5RChannelInterface(
config: Axi5RChannelConfig(
userWidth: userWidth,
idWidth: idWidth,
useIdUnq: useIdUnq,
useTag: useTag,
tagDataWidth: tagDataWidth,
useTagUpdate: useTagUpdate,
useTagMatch: useTagMatch,
tracePresent: tracePresent,
loopWidth: loopWidth,
useBusy: useBusy,
respWidth: respWidth,
dataWidth: dataWidth,
useLast: useLast,
chunkNumWidth: chunkNumWidth,
chunkStrbWidth: chunkStrbWidth,
usePoison: usePoison),
useCrediting: useCrediting,
sharedCredits: sharedCredits,
numRp: numRp,
userMixInEnable: userMixInEnable,
idMixInEnable: idMixInEnable,
tagMixInEnable: tagMixInEnable,
debugMixInEnable: debugMixInEnable,
dataMixInEnable: dataMixInEnable,
chunkMixInEnable: chunkMixInEnable,
responseMixInEnable: responseMixInEnable);