clone method
Makes a copy of this Interface with matching configuration.
Implementation
DataPortInterface clone() => DataPortInterface(dataWidth, addrWidth);
Makes a copy of this Interface with matching configuration.
DataPortInterface clone() => DataPortInterface(dataWidth, addrWidth);