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