clone method

  1. @override
DataPortInterface clone()
override

Makes a copy of this Interface with matching configuration.

Implementation

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