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