clone method

  1. @override
Axi5LiteWChannelInterface clone()
override

Copy Constructor.

Implementation

@override
Axi5LiteWChannelInterface clone() => Axi5LiteWChannelInterface(
      config: Axi5LiteWChannelConfig(
        userWidth: userWidth,
        tracePresent: tracePresent,
        dataWidth: dataWidth,
        usePoison: usePoison,
      ),
      userMixInEnable: userMixInEnable,
      debugMixInEnable: debugMixInEnable,
    );