If we connect a series of flip-flops together then we can construct circuits that can count in binary., A circuit built with n flip-flops can count from 0 to 2n-1. With 2 flip-flops we can build a 2-bit counter.
|
|
By adding extra logic we can cut the count short at any lower number using the reset inputs of the flip-flops. For example here is a simple divide-by-ten.
|
|