clone method

  1. @override
Axi5LiteArChannelInterface clone()
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,
    );