0% found this document useful (0 votes)
70 views

Study of Asynchronous Counter: Objective

This document discusses asynchronous counters and their applications. It provides the theory of asynchronous counters, which use a strobe pulse to avoid output spikes since the flip-flops do not change state simultaneously. Circuit diagrams and truth tables are given for 3-bit mod-8 and mod-6 up counters and mod-8 and mod-6 down counters to illustrate their designs and operations.

Uploaded by

ARISHA 124
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views

Study of Asynchronous Counter: Objective

This document discusses asynchronous counters and their applications. It provides the theory of asynchronous counters, which use a strobe pulse to avoid output spikes since the flip-flops do not change state simultaneously. Circuit diagrams and truth tables are given for 3-bit mod-8 and mod-6 up counters and mod-8 and mod-6 down counters to illustrate their designs and operations.

Uploaded by

ARISHA 124
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

LAB#13: COUNTER ASYNCHRONOUS SSUET/QR/114

LAB#13
STUDY OF ASYNCHRONOUS COUNTER
OBJECTIVE:
To practice about Asynchronous Counter and its application
To practice and design of asynchronous up counter and down counter
To design and test 3-bit binary asynchronous counter using flip-flop IC 7476 for the given
sequence.

THEORY:
A counter in which each flip-flop is triggered by the output goes to previous flip-flop. As all the
flip-flops do not change state simultaneously spike occur at the output. To avoid this, strobe
pulse is required. Because of the propagation delay the operating speed of asynchronous counter
is low. Asynchronous counter are easy and simple to construct.

MOD-8 UP COUNTER
CIRCUIT DIAGRAM:

Logic Design & Switching Theory 75


LAB#13: COUNTER ASYNCHRONOUS SSUET/QR/114

TRUTH TABLE

CLK QC QB QA
0 0 0 0
1 0 0 1
2 0 1 0
3 0 1 1
4 1 0 0
5 1 0 1
6 1 1 0
7 1 1 1
8 0 0 0

MOD_6 UP COUNTER
CIRCUIT DIAGRAM:

TRUTH TABLE
CLK QC QB QA
0 0 0 0
1 0 0 1
2 0 1 0
3 0 1 1
4 1 0 0
5 1 0 1
6 0 0 0

MOD-8 DOWN COUNTER

Logic Design & Switching Theory 76


LAB#13: COUNTER ASYNCHRONOUS SSUET/QR/114

CIRCUIT DIAGRAM:

TRUTH TABLE
CLK QC QB QA
0 1 1 1
1 1 1 0
2 1 0 1
3 1 0 0
4 0 1 1
5 0 1 0
6 0 0 1
7 0 0 0
8 1 1 1

MOD-6 DOWN COUNTER

Logic Design & Switching Theory 77


LAB#13: COUNTER ASYNCHRONOUS SSUET/QR/114

CIRCUIT DIAGRAM:

TRUTH TABLE
CLK QC QB QA
0 1 1 1
1 1 1 0
2 1 0 1
3 1 0 0
4 0 1 1
5 0 1 0
6 1 1 1

Logic Design & Switching Theory 78

You might also like