Axi4WriteInterface.clone constructor

  1. @Deprecated('Use Instance-based `clone()` instead.')
Axi4WriteInterface.clone(
  1. Axi4WriteInterface other
)

Constructs a new Axi4WriteInterface with identical parameters to other.

Implementation

@Deprecated('Use Instance-based `clone()` instead.')
Axi4WriteInterface.clone(Axi4WriteInterface other)
    : this(
        idWidth: other.idWidth,
        addrWidth: other.addrWidth,
        lenWidth: other.lenWidth,
        dataWidth: other.dataWidth,
        awuserWidth: other.awuserWidth,
        wuserWidth: other.wuserWidth,
        buserWidth: other.buserWidth,
        useLock: other.useLock,
      );