clone method
override
Copy Constructor.
Implementation
@override
Ace5LiteRChannelInterface clone() => Ace5LiteRChannelInterface(
config: Ace5LiteRChannelConfig(
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),
userMixInEnable: userMixInEnable,
tagMixInEnable: tagMixInEnable,
debugMixInEnable: debugMixInEnable,
chunkMixInEnable: chunkMixInEnable,
responseMixInEnable: responseMixInEnable,
idMixInEnable: idMixInEnable);