buildFlops method
Builds the flops that store the count.
Implementation
@protected
void buildFlops() {
count <=
flop(
clk,
summer.sum,
reset: reset,
resetValue: initialValueLogic,
asyncReset: asyncReset,
);
}