clone method

DataPortInterface clone()

Makes a copy of this Interface with matching configuration.

Implementation

DataPortInterface clone() => DataPortInterface(dataWidth, addrWidth);