clone method

  1. @override
Ace5LiteWChannelInterface clone()
override

Copy Constructor.

Implementation

@override
Ace5LiteWChannelInterface clone() => Ace5LiteWChannelInterface(
      config: Ace5LiteWChannelConfig(
          userWidth: userWidth,
          useTag: useTag,
          tagDataWidth: tagDataWidth,
          useTagUpdate: useTagUpdate,
          useTagMatch: useTagMatch,
          tracePresent: tracePresent,
          loopWidth: loopWidth,
          dataWidth: dataWidth,
          useLast: useLast,
          usePoison: usePoison,
          strbWidth: strbWidth),
      userMixInEnable: userMixInEnable,
      tagMixInEnable: tagMixInEnable,
      debugMixInEnable: debugMixInEnable,
    );