You are on page 1of 6

CIT-EEE-09EE48-LAB MANUAL EXP NO:10

EXPERIMENT NO : DATE : AIM: To design

DESIGN OF ASYNCHRONOUS AND SYNCHRONOUS COUNTER

i) 3 bit asynchronous up counter ii) 3 bit synchronous down counter iii) mod 10 counter (decade counter) iv) 4 bit synchronous counter using JK flip flops.

APPARATUS REQUIRED: . IC Trainer kit Counters: Flip flops can be connected together to perform counting operation. Such group of flip flop is a counter. Counters can be classified into two broad categories according to the way they are clocked: asynchronous and synchronous counter Asynchronous counter: An asynchronous counter is the one in which the flip flops within the counter do not change states at exactly the same time because they do not have a common clock pulse. In fact the first flip flop is clocked by the external clock pulse and then each successive flip flop is clocked by the output of the preceding flip flop. i) 3 bit asynchronous up counter:

Circuit diagram:

CIT-EEE-09EE48-LAB MANUAL EXP NO:10

Truth Table: CLOCK PULSE Initially 1 2 3 4 5 6 7 8 recycles Q2 0 0 0 0 1 1 1 1 0 Q1 0 0 1 1 0 0 1 1 0 Q0 0 1 0 1 0 1 0 1 0

Timing Diagram for 3 bit up counter:

Asynchronous counters are commonly referred to as ripple counters. From the above timing diagram it is clear that the effect of clock pulse is first felt by flip flop 0. This effect gets propagated to the flip flop 1 only after the propagation delay through flip flop 0. Then , there is propagation delay through flip flop 1 before flip flop 2 gets triggered. Thus, the effect of an input clock pulse ripples through the counter , taking some time , due to propagation delays, to reach the last flip flop. In the 3 bit asynchronous up counter, the JK FF values are cleared first. Then based on the external clock pulse the counting begins. The output gets incremented for each clock pulse until all the JK FF output goes high. Then this cycle repeats. So this can be called as mod 8 counter. ii) 3 bit asynchronous down counter: In 3 bit asynchronous down counter all the JK FF outputs Q where made high by grounding clr pin. Then for each external clock pulse received the output count gets reduced
2

CIT-EEE-09EE48-LAB MANUAL EXP NO:10

until all the outputs becomes 0. At the end eight clock cycles the above output cycle gets repeated. Circuit Diagram:

Truth table: CLOCK PULSE Initially 1 2 3 4 5 6 7 8 recycles Q2 1 1 1 1 0 0 0 0 0 Q1 1 1 0 0 1 1 0 0 0 Q0 1 0 1 0 1 0 1 0 0

iii) Mod 10 counter (decade counter): Mod (modulus) type counters are nothing but the modified form of up counter. They are modified such that their output is modulus of the design value of the counter. For example , 4 bit asynchronous up counter can count values from 0 to 15 as seen before. Mod 10 counter is designed such that the output cycles between 0 to 9 ie (output is mod 10). Such circuit can be designed using the required truth table. There are many ways to design a mod counter. One such type is designed as shown in figure.
3

CIT-EEE-09EE48-LAB MANUAL EXP NO:10

Circuit Diagram:

Truth table: CLOCK PULSE Initially 1 2 3 4 5 6 7 8 9 10 recycles Q3 0 0 0 0 0 0 0 0 1 1 0 Q2 0 0 0 0 1 1 1 1 0 0 0 Q1 0 0 1 1 0 0 1 1 0 0 0 Q0 0 1 0 1 0 1 0 1 0 1 0

Synchronous counter: In synchronous counters, the clock input is connected to all of the flip flops so that they are clocked simultaneously.

CIT-EEE-09EE48-LAB MANUAL EXP NO:10

iv) 4 bit synchronous counter: The 4 bit synchronous counter is implemented using positive edged JK FF. The design is made using the truth table. It is clear that all the FF are triggered by the same clock pulse. Circuit Diagram:

Truth Table: CLOCK PULSE Initially 1 2 3 4 5 6 7 8 9 10 11 Q3 0 0 0 0 0 0 0 0 1 1 1 1 Q2 0 0 0 0 1 1 1 1 0 0 0 0 Q1 0 0 1 1 0 0 1 1 0 0 1 1 Q0 0 1 0 1 0 1 0 1 0 1 0 1

CIT-EEE-09EE48-LAB MANUAL EXP NO:10

12 13 14 15 16recycles

1 1 1 1 0

1 1 1 1 0

0 0 1 1 0

0 1 0 1 0

Viva Questions: 1. What is flip flop? How does it differ from latch? 2. What is counter? 3. Bring out the difference between synchronous and asynchronous counter. 4. Counter is a sequential circuit. Justify this statement. 5. What is mod counter? What is the maximum mod counter that can be designed using 4 JK flip flop?

Result: Thus the 3 bit asynchronous up counter, 3 bit synchronous down counter, mod 10 counter (decade counter) and 4 bit synchronous counter were designed using JK flip flop and their outputs were verified using the truth table.

You might also like