MultiCycleDividerInterface.match constructor

  1. @Deprecated('Use clone() instead.')
MultiCycleDividerInterface.match(
  1. MultiCycleDividerInterface other
)

A match constructor for the divider interface.

Implementation

@Deprecated('Use clone() instead.')
MultiCycleDividerInterface.match(MultiCycleDividerInterface other)
    : this(dataWidth: other.dataWidth);