clone method

  1. @override
Axi4LiteCluster clone()
override

Copy constructor.

Implementation

@override
Axi4LiteCluster clone() => Axi4LiteCluster(
      addrWidth: read.arIntf.addrWidth,
      useLast: read.rIntf.useLast,
      dataWidth: read.rIntf.dataWidth,
    );