clone method
override
Copy Constructor.
Implementation
@override
Axi5LiteRChannelInterface clone() => Axi5LiteRChannelInterface(
config: Axi5LiteRChannelConfig(
userWidth: userWidth,
idWidth: idWidth,
useIdUnq: useIdUnq,
tracePresent: tracePresent,
respWidth: respWidth,
dataWidth: dataWidth,
usePoison: usePoison),
userMixInEnable: userMixInEnable,
debugMixInEnable: debugMixInEnable,
responseMixInEnable: responseMixInEnable,
idMixInEnable: idMixInEnable);