Top Banner
WELCOME TO my Synchronous counters 1
14

Synchronous Counter

Apr 10, 2017

Download

Education

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Synchronous Counter

1

WELCOME TO my Synchronous counters

Page 2: Synchronous Counter

2Presented by

Akhilesh kushwaha

Page 3: Synchronous Counter

3Presentation Topic

What is synchronousA four-bit synchronous “UP”

counterA four-bit synchronous “down”

counterHow to design synchronous

counter

Page 4: Synchronous Counter

4Synchronous counter

A synchronous counter , in contrast to an asynchronous counter , is one whose output bits change state simultaneously, with no ripple. The only way we can build such a counter circuit from J-K flip-flops is to connect all the clock inputs together, so that each and every flip-flop receives the exact same clock pulse at the exact same time:

Page 5: Synchronous Counter

5Synchronous counter

In synchronous binary counter, clock pulses are applied to the CP inputs of all flip-flops and triggered simultaneously.

If J = K = 0, the flip-flop remains unchanged. If J = K = 1, the flip-flop complements.

For example, the first flip-flop A0 is always complemented. A1 is complemented when the present state of A0 is 1. A2 is complemented when present state of A1A0=11. A3 is complemented when present state of A2A1A0=111.

Page 6: Synchronous Counter

6A four-bit synchronous “UP” counter

Page 7: Synchronous Counter

7A four-bit synchronous “down” counter

Page 8: Synchronous Counter

8How to design synchronous counter

For synchronous counters, all the flip-flops are using the same CLOCK signal. Thus, the output would change synchronously.

Procedure to design synchronous counter are as follows:- STEP 1: Obtain the State Diagram. STEP 2: Obtain the Excitation Table using state transition table for

any particular FF (JK or D). Determine number of FF used. STEP 3: Obtain and simplify the function of each FF input using K-

Map. STEP 4: Draw the circuit.

Page 9: Synchronous Counter

9How to design synchronous counter

Design a MOD-4 synchronous up-counter, using JK FF.

STEP 1: Obtain the State transition Diagram

Page 10: Synchronous Counter

10How to design

synchronous counter

Page 11: Synchronous Counter

11How to design

synchronous counter

Page 12: Synchronous Counter

12How to design

synchronous counter

Page 13: Synchronous Counter

13

ANY QUSATION?

Page 14: Synchronous Counter

14

THANKS TO ALL