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

Lecture3232 12284 Counters

A counter is a sequential circuit that cycles through a sequence of states in response to input pulses or clock signals. There are two main types of counters: synchronous counters that use a single clock signal to trigger all flip-flops simultaneously, and asynchronous counters where flip-flops are triggered at different times by previous flip-flop outputs. Asynchronous counters operate more slowly than synchronous counters due to propagation delays between flip-flops. Common examples of counters include decade counters that count to ten before resetting and ripple counters that are a type of asynchronous counter.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

Lecture3232 12284 Counters

A counter is a sequential circuit that cycles through a sequence of states in response to input pulses or clock signals. There are two main types of counters: synchronous counters that use a single clock signal to trigger all flip-flops simultaneously, and asynchronous counters where flip-flops are triggered at different times by previous flip-flop outputs. Asynchronous counters operate more slowly than synchronous counters due to propagation delays between flip-flops. Common examples of counters include decade counters that count to ten before resetting and ripple counters that are a type of asynchronous counter.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

UNIT-6

Sequential Logic Circuits


Applications

Counter:
Asynchronous and Synchronous
What is Counter?
• A counter is a sequential circuit that goes through a prescribed
sequence of states upon the application of input pulses.

• It is a cascade combination of multiple flip-flops to which the clock


pulse is provided.

• Counters are generally used for the purpose of counting in digital


circuits and the total number of counts represent the number of
clock pulses arrived.
Two types of counters:
synchronous (clocked /parallel) counters
asynchronous (ripple) counters

Ripple counters allow some flip-flop outputs to be used as a


source of clock for other flip-flops.
Synchronous counters apply the same clock to all flip-flops.
Difference between synchronous and asynchronous
Synchronous Asynchronous
All flip flips in a synchronous counter Various flip-flops are activated with
are triggered simultaneously by the different clocks rather than
same clock. simultaneously in an asynchronous
counter.
Operation speed of a synchronous The operation speed of an
counter is faster as compared to that of asynchronous counter is comparatively
an asynchronous counter. slower than a synchronous counter
There is no propagation delay observed There is a subsequent propagation delay
in case of Synchronous Counters from one flip-flop to another.
A Synchronous counter can be operated An Asynchronous counter can operate
in any desired count sequence, as it only in a fixed count sequence, i.e., UP
could get manipulated by changing the and DOWN
clock sequence.
Examples of synchronized counters are Ripple UP counter and Ripple DOWN
Johnson and Ring counters. counter are two instances of
asynchronous counters.
MCQ
Asynchronous counters are known as
(A) Ripple counters
(B) Multiple clock counters
(c) Decade counters
(D) Modulus counter
Asynchronous Counter
Synchronous (clocked /parallel) counters
Design Steps of 3 bit Synchronous counter

Step 1: Find the number of flip flops.


Step 2: Choose the type of flip flop.
Step-3: Draw state diagram for the counter.
Step-4: Obtain excitation table for the counter.
Step 5: Derive the flip flop input functions (use K-
Map)
Step-6: Draw the logic diagram of the counter.
Decade Counter

Once the counter counts to ten (1010), all the


flip-flops are being cleared.

You might also like