buildFlops method

  1. @protected
void buildFlops()

Builds the flops that store the count.

Implementation

@protected
void buildFlops() {
  count <=
      flop(
        clk,
        summer.sum,
        reset: reset,
        resetValue: initialValueLogic,
      );
}