clone method
override
Copy Constructor.
Implementation
@override
Axi5LiteWChannelInterface clone() => Axi5LiteWChannelInterface(
config: Axi5LiteWChannelConfig(
userWidth: userWidth,
tracePresent: tracePresent,
dataWidth: dataWidth,
usePoison: usePoison,
),
userMixInEnable: userMixInEnable,
debugMixInEnable: debugMixInEnable,
);