clone method
override
Copy Constructor.
Implementation
@override
Axi5LiteAwChannelInterface clone() => Axi5LiteAwChannelInterface(
config: Axi5LiteAwChannelConfig(
userWidth: userWidth,
idWidth: idWidth,
useIdUnq: useIdUnq,
tracePresent: tracePresent,
addrWidth: addrWidth,
subSysIdWidth: subSysIdWidth,
),
userMixInEnable: userMixInEnable,
idMixInEnable: idMixInEnable,
debugMixInEnable: debugMixInEnable,
);