ApbInterface.clone constructor
- ApbInterface other
Constructs a new ApbInterface with identical parameters to other
.
Implementation
ApbInterface.clone(ApbInterface other)
: this(
addrWidth: other.addrWidth,
dataWidth: other.dataWidth,
userReqWidth: other.userReqWidth,
userRespWidth: other.userRespWidth,
includeSlvErr: other.includeSlvErr,
);