Open In App

3 bit Synchronous Down Counter

Prerequisite : Counter , Synchronous counter.

3 bit Synchronous Down Counter :



Design : The steps involves in design are 

  1. Decide the number of Flip flops – 



N number of Flip flop(FF) required for N bit counter.

   2. Write excitation table of FF –

 3. Draw State diagram and circuit excitation table –
      Number of states = 2n, where n is number of bits.

Here T = 1, then there is output state(next state changes from previous state) changes i.e Q changes from 0 to 1 or 1 to 0 
T= 0 then, there is no state output state changes i.e Q remains same 

 4. Find simplified equation using k map –

K map for 3 bit synchronous down counter 

 5.  Create circuit diagram –
The clock is provided to every Flip flop at same instant of time. 
The toggle(T) input is provided to every Flip flop according to the simplified equation of K map.

Timing diagram of 3 bit synchronous Down counter.

Explanation :  
Here -ve edge triggered clock is used for toggling purpose.

As we see from characteristics table when T = 1, then toggling takes place and T =0 then it stores the output state.

Article Tags :