Electrical – How propagation delay of synchronous counter is less than asynchronous counter

counterflipflopsynchronous

My question is very basic one, but thought of asking here to clarify.
In asynchronous counter the output of Flip Flop is given as input to other Flip Flop as clock, where as in synchronous counter the output of Flip Flop is given as direct input to other Flip Flop. So in both cases the next Flip Flop has to wait until previous output of Flip Flop is available.
Can someone explain how synchronous counter has less propagation delay than asynchronous?

Best Answer

In every Flip-Flop there is the clock-to-Q delay.

In a synchronous counter all the outputs are updated with a single clock to Q delay.

In an a-synchronous counter the first FF updates after one clock to Q delay. The second one can only change after the first one has changed so it updated in two clock to Q delays. The third one needs three clock to Q delays etc.