clone method

  1. @override
Axi5LiteRChannelInterface clone()
override

Copy Constructor.

Implementation

@override
Axi5LiteRChannelInterface clone() => Axi5LiteRChannelInterface(
    config: Axi5LiteRChannelConfig(
        userWidth: userWidth,
        idWidth: idWidth,
        useIdUnq: useIdUnq,
        tracePresent: tracePresent,
        respWidth: respWidth,
        dataWidth: dataWidth,
        usePoison: usePoison),
    userMixInEnable: userMixInEnable,
    debugMixInEnable: debugMixInEnable,
    responseMixInEnable: responseMixInEnable,
    idMixInEnable: idMixInEnable);