MultiCycleDividerInterface.match constructor

MultiCycleDividerInterface.match(
  1. MultiCycleDividerInterface other
)

A match constructor for the divider interface.

Implementation

MultiCycleDividerInterface.match(MultiCycleDividerInterface other)
    : this(dataWidth: other.dataWidth);