clone method

  1. @override
Axi5WChannelInterface clone()
override

Copy Constructor.

Implementation

@override
Axi5WChannelInterface clone() => Axi5WChannelInterface(
      config: Axi5WChannelConfig(
          userWidth: userWidth,
          useTag: useTag,
          tagDataWidth: tagDataWidth,
          useTagUpdate: useTagUpdate,
          useTagMatch: useTagMatch,
          tracePresent: tracePresent,
          loopWidth: loopWidth,
          dataWidth: dataWidth,
          useLast: useLast,
          usePoison: usePoison,
          strbWidth: strbWidth),
      useCrediting: useCrediting,
      sharedCredits: sharedCredits,
      numRp: numRp,
      userMixInEnable: userMixInEnable,
      tagMixInEnable: tagMixInEnable,
      debugMixInEnable: debugMixInEnable,
      dataMixInEnable: dataMixInEnable,
    );