Counters Chapter 17 Subject: Digital System Year: 2009.

Slides:



Advertisements
Similar presentations
D Flip-Flop.
Advertisements

Synchronous Counters with SSI Gates
A presentation on Counters (second)
Counters.
EKT 124 / 3 DIGITAL ELEKTRONIC 1
+ CS 325: CS Hardware and Software Organization and Architecture Sequential Circuits 1.
Shift Register Application Chapter 22 Subject: Digital System Year: 2009.
RIPPLE COUNTERS A register that goes through a prescribed sequence of states upon the application of input pulses is called a counter. The input pulses.
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.
M.S.P.V.L. Polytechnic College, Pavoorchatram
Chapter 7 -- Modular Sequential Logic. Serial-in, Serial-out Shift Register.
CS 140L Lecture 4 Professor CK Cheng 10/22/02. 1)F-F 2)Shift register 3)Counter (Asynchronous) 4)Counter (Synchronous)
Sequential Circuit  It is a type of logic circuit whose output depends not only on the present value of its input signals but on the past history of its.
Counters  A counter is a device which stores (and sometimes displays) the number of times a particular event or process has occurred, often in relationship.
CHAPTER 3 Counters.  One of the common requirement in digital circuits/system is counting, both direction (forward and backward)  Digital clocks and.
A presentation on Counters
Asynchronous Counters
Counters.
CSCE 211: Digital Logic Design Chin-Tser Huang University of South Carolina.
Synchronous Counters ET 5. Thinking back In the past we have seen that asynchronous counters can be used to count binary in the order that we have filled.
CS1104 – Computer Organization Aaron Tan Tuck Choy School of Computing National University.
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.
 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 -.
Flip Flop Chapter 15 Subject: Digital System Year: 2009.
COUNTERS Why do we need counters?
Counters.
DIGITAL COMPONENTS. MULTIPLEXERS A multiplexer is a combinational circuit that receives binary information from one of 2 n input data lines and directs.
3 BIT DOWN COUNTER SUBJECT: DIGITAL ELECTONICS CODE: COLLEGE: BVM ENGINEERING COLLEGE COLLEGE CODE:008 ELECTRONICS & TELECOMMUNICATION DEPT.
Floyd Digital Fundamentals, 9/e Copyright ©2006 by Pearson Education, Inc. Upper Saddle River, New Jersey All rights reserved. Slide 1 Digital Fundamentals.
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.
1 Registers A register is a group of n flip-flops each of them capable of storing one bit of information There are two types of registers: parallel and.
Digital Logic & Design Dr. Waseem Ikram Lecture No. 26.
Decoder Chapter 12 Subject: Digital System Year: 2009.
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.
Introduction to Advanced Digital Design (14 Marks)
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Digital Logic & Design Dr. Waseem Ikram Lecture No. 28.
Asynchronous Counters
Sequential Logic Counters and Registers
Figure 12-13: Synchronous Binary Counter
FIGURE 5.1 Block diagram of sequential circuit
Sequential Circuit: Counter
CSCE 211: Digital Logic Design
Principles & Applications
Asynchronous Counters
Sequential Circuit - Counter -
D Flip-Flop.
CSCE 211: Digital Logic Design
CSCE 211: Digital Logic Design
Asynchronous Counters with SSI Gates
CSCE 211: Digital Logic Design
4-Bit Counter Spencer Canavan.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN
Registers and Register Transfers
EET107/3 DIGITAL ELECTRONICS 1
Principles & Applications
CHAPTER 4 COUNTER.
CHAPTER 4 COUNTER.
CHAPTER 4 COUNTER.
Switching Theory and Logic Design Chapter 5:
14 Digital Systems.
Registers and Register Transfers
CSCE 211: Digital Logic Design
CMPE212 Discussion 11/21/2014 Patrick Sykes
Forward Design by state transition table, and state graph
Presentation transcript:

Counters Chapter 17 Subject: Digital System Year: 2009

3 Overview Asynchronous and synchronous binary counters 2 bit asynchronous binary counter 2 bit synchronous binary counter

Asynchronous and synchronous The term asynchronous refers to events that do not have a fixed time relationship with each other and, generally, do not occur at the same time. An asynchronous counter is one in which the flip-flops (FF) within the counter do not change states at exactly the same time because they do not have a common clock pulse. The term synchronous refers to events that have a fixed time relationship with each other. A synchronous counter is one in which all the flip-flops in the counter are clocked at the same time by a common clock pulse. Bina Nusantara University 4

2 bit asynchronous binary counter Bina Nusantara University 5

3 bit asynchronous binary counter Bina Nusantara University 6

4 bit asynchronous binary counter Bina Nusantara University 7

asynchronous decade counter Bina Nusantara University 8

2 bit Synchronous binary counter Bina Nusantara University 9

3 bit Synchronous binary counter Bina Nusantara University 10

4 bit Synchronous binary counter Bina Nusantara University 11