clone method

  1. @override
Ace4LiteWriteCluster clone()
override

Copy constructor.

Implementation

@override
Ace4LiteWriteCluster clone() => Ace4LiteWriteCluster(
      idWidth: awIntf.idWidth,
      addrWidth: awIntf.addrWidth,
      lenWidth: awIntf.lenWidth,
      userWidth: awIntf.userWidth,
      useLast: wIntf.useLast,
      useLock: awIntf.useLock,
      dataWidth: wIntf.dataWidth,
      domainWidth: (awIntf as Ace4RequestChannel).domainWidth,
      useBar: (awIntf as Ace4RequestChannel).useBar,
    );