Synchronous Counters with SSI Gates

Slides:



Advertisements
Similar presentations
Tutorial 2 Sequential Logic. Registers A register is basically a D Flip-Flop A D Flip Flop has 3 basic ports. D, Q, and Clock.
Advertisements

D Flip-Flop.
A presentation on Counters (second)
Counters.
Synchronous Sequential Logic
Registers and Counters. Register Register is built with gates, but has memory. The only type of flip-flop required in this class – the D flip-flop – Has.
Counters Chapter 17 Subject: Digital System Year: 2009.
Counters Mano & Kime Sections 5-4, 5-5. Counters Ripple Counter Synchronous Binary Counters –Design with D Flip-Flops –Design with J-K Flip-Flops Counters.
ENGIN112 L20: Sequential Circuits: Flip flops October 20, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 20 Sequential Circuits: Flip.
CS 151 Digital Systems Design Lecture 20 Sequential Circuits: Flip flops.
ENGIN112 L27: Counters November 5, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 27 Counters.
CS370 Counters. Overview °Counter: A register that goes through a prescribed series of states °Counters are important components in computers. °Counters.
Synchronous Sequential Circuit Design Digital Clock Design.
CS 140L Lecture 4 Professor CK Cheng 10/22/02. 1)F-F 2)Shift register 3)Counter (Asynchronous) 4)Counter (Synchronous)
Sequential Circuit Introduction to Counter
Electronic Counters.
A presentation on Counters
Synchronous Sequential Circuit Design
Asynchronous Counters
Counters.
Asynchronous Counter © 2014 Project Lead The Way, Inc.Digital Electronics.
Synchronous Counters.
Asynchronous Counters with SSI Gates
Synchronous Counters with SSI Gates
Synch 1.1 Synchronous Counters 1 ©Paul Godin Created January 2008.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Lecture 17 Dr. Shi Dept. of Electrical and Computer Engineering.
Flip Flops 3.1 Latches and Flip-Flops 3 ©Paul Godin Created September 2007 Last Edit Aug 2013.
 Counters are sequential circuits which "count" through a specific state sequence. They can count up, count down, or count through other fixed sequences.
Asynch 1.1 Asynchronous Counters 1 ©Paul Godin Last Edit Sept 2009.
ECA1212 Introduction to Electrical & Electronics Engineering Chapter 9: Digital Electronics – Sequential Logic by Muhazam Mustapha, November 2011.
CHAPTER 8 - COUNTER -.
Synchronous Counters Synchronous digital counters have a common clock which results in all the flip-flops being triggered simultaneously. Consequently,
Synchronous Sequential Circuits by Dr. Amin Danial Asham.
Flip Flops 3.1 Latches and Flip-Flops 3 ©Paul Godin Created September 2007 Last Edit Aug 2013.
3 BIT DOWN COUNTER SUBJECT: DIGITAL ELECTONICS CODE: COLLEGE: BVM ENGINEERING COLLEGE COLLEGE CODE:008 ELECTRONICS & TELECOMMUNICATION DEPT.
Counters and registers Eng.Maha Alqubali. Registers Registers are groups of flip-flops, where each flip- flop is capable of storing one bit of information.
Date: 01/12/2014 Asynchronous (Ripple) Counters Patel Siddhi P rd SEM Computer Science and Engneering B.M.C.E.T Subject Name: Digital Electronics.
FLIP FLOPS Binary unit capable of storing one bit – 0 or 1
Introduction to Advanced Digital Design (14 Marks)
Asynchronous Counters with SSI Gates
Asynchronous Counters
Sequential Logic Counters and Registers
Flip-FLops and Latches
FIGURE 5.1 Block diagram of sequential circuit
Sequential Circuit: Counter
Overview Introduction Logic Gates Flip Flops Registers Counters
DR S. & S.S. GHANDHY ENGINEENRING COLLEGE
Asynchronous Counters
D Flip-Flop.
University of Maryland Baltimore County Department of Computer Science and Electrical Engineering   CMPE 212 Laboratory (Discussion 12) Hasib Hasan
Introduction to Sequential Logic Design
Flip-FLops and Latches
Asynchronous Counters with SSI Gates
Flip-FLops and Latches
COE 202: Digital Logic Design Sequential Circuits Part 4
Counters and Registers
Flip-FLops and Latches
Lecture No. 24 Sequential Logic.
Digital Logic & Design Dr. Waseem Ikram Lecture No. 31.
CHAPTER 4 COUNTER.
MTE 202, Summer 2016 Digital Circuits Dr.-Ing. Saleh Hussin
FLIP-FLOPS.
Switching Theory and Logic Design Chapter 5:
Digital Logic Department of CNET Chapter-6
Digital Logic Department of CNET Chapter-6
Flip Flops Unit-4.
14 Digital Systems.
Flip-FLops and Latches
Instructor: Alexander Stoytchev
CMPE212 Discussion 11/21/2014 Patrick Sykes
Presentation transcript:

Synchronous Counters with SSI Gates Digital Electronics TM 3.3 Synchronous Counters Synchronous Counter Project Lead The Way, Inc. Copyright 2009

Synchronous Counters with SSI Gates Digital Electronics TM 3.3 Synchronous Counters Synchronous Counter This presentation will Define synchronous counters. Provide examples of 3-Bit and 4-Bit synchronous up counters. Provide examples of 3-Bit and 4-Bit synchronous down counters. Introductory Slide / Overview of Presentation Project Lead The Way, Inc. Copyright 2009

Synchronous Counters with SSI Gates Digital Electronics TM 3.3 Synchronous Counters Synchronous Counters All flip-flops are simultaneously clocked by an external clock. Synchronous counters are faster than asynchronous counters of the simultaneous clocking. Synchronous counters do not suffer from the ripple effect that asynchronous counters do. Synchronous counters require more logic an asynchronous counters. Project Lead The Way, Inc. Copyright 2009

3-Bit Synch Up Counter: Theory Synchronous Counters with SSI Gates Digital Electronics TM 3.3 Synchronous Counters 3-Bit Synch Up Counter: Theory 1 2 3 4 5 6 7 Q2 Q1 Q0 CLOCK Q0 : Toggles On Falling Edge of CLOCK Q1 : Toggles On Falling Edge of CLOCK & Q0=1 Q2 : Toggles On Falling Edge of CLOCK & Q0=1 & Q1=1 Project Lead The Way, Inc. Copyright 2009

3-Bit Synch Up Counter: Circuit Synchronous Counters with SSI Gates Digital Electronics TM 3.3 Synchronous Counters 3-Bit Synch Up Counter: Circuit Toggles On: Falling Edge of CLOCK Toggles On: Falling Edge of CLOCK AND Q0=1 Toggles On: Falling Edge of CLOCK AND Q0=1 & Q1=1 Project Lead The Way, Inc. Copyright 2009

3-Bit Synch Up Counter: Timing Synchronous Counters with SSI Gates Digital Electronics TM 3.3 Synchronous Counters 3-Bit Synch Up Counter: Timing “0” “1” “2” “3” “4” “5” “6” “7” Q2 Q1 Q0 CLK Project Lead The Way, Inc. Copyright 2009

4-Bit Synch Up Counter: Circuit Synchronous Counters with SSI Gates Digital Electronics TM 3.3 Synchronous Counters 4-Bit Synch Up Counter: Circuit Toggles On: Falling Edge of CLOCK Toggles On: Falling Edge of CLOCK AND Q0=1 Toggles On: Falling Edge of CLOCK AND Q0=1 & Q1=1 Toggles On: Falling Edge of CLOCK AND Q0=1 & Q1=1 & Q2=1 Project Lead The Way, Inc. Copyright 2009

3-Bit Synch Down Counter: Theory Synchronous Counters with SSI Gates Digital Electronics TM 3.3 Synchronous Counters 3-Bit Synch Down Counter: Theory 7 6 5 4 3 2 1 Q2 Q1 Q0 CLOCK Q0 : Toggles On Falling Edge of CLOCK Q1 : Toggles On Falling Edge of CLOCK & Q0=0 Q2 : Toggles On Falling Edge of CLOCK & Q0=0 & Q1=0 Project Lead The Way, Inc. Copyright 2009

3-Bit Synch Down Counter: Circuit Synchronous Counters with SSI Gates Digital Electronics TM 3.3 Synchronous Counters 3-Bit Synch Down Counter: Circuit Toggles On: Falling Edge of CLOCK Toggles On: Falling Edge of CLOCK AND Q0=0 Toggles On: Falling Edge of CLOCK AND Q0=0 & Q1=0 Project Lead The Way, Inc. Copyright 2009

4-Bit Synch Down Counter: Circuit Synchronous Counters with SSI Gates Digital Electronics TM 3.3 Synchronous Counters 4-Bit Synch Down Counter: Circuit Toggles On: Falling Edge of CLOCK Toggles On: Falling Edge of CLOCK AND Q0=0 Toggles On: Falling Edge of CLOCK AND Q0=0 & Q1=0 Toggles On: Falling Edge of CLOCK AND Q0=0 & Q1=0 & Q2=0 Project Lead The Way, Inc. Copyright 2009