clone method

  1. @override
Axi5BChannelInterface clone()
override

Copy Constructor.

Implementation

@override
Axi5BChannelInterface clone() => Axi5BChannelInterface(
    config: Axi5BChannelConfig(
        userWidth: userWidth,
        idWidth: idWidth,
        useIdUnq: useIdUnq,
        useTag: useTag,
        tagDataWidth: tagDataWidth,
        useTagUpdate: useTagUpdate,
        useTagMatch: useTagMatch,
        tracePresent: tracePresent,
        loopWidth: loopWidth,
        useBusy: useBusy,
        respWidth: respWidth),
    useCrediting: useCrediting,
    sharedCredits: sharedCredits,
    numRp: numRp,
    userMixInEnable: userMixInEnable,
    idMixInEnable: idMixInEnable,
    tagMixInEnable: tagMixInEnable,
    debugMixInEnable: debugMixInEnable);