BZUPAGES.COM1 Chapter 9 Counters. BZUPAGES.COM2 BzuPages.COM Please share your assignments/lectures & Presentation Slides on bzupages which can help your.

Slides:



Advertisements
Similar presentations
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Advertisements

Figure 8–1 A 2-bit asynchronous binary counter
Counter Circuits and VHDL State Machines
Sequential Circuit - Counter -
Sequential Logic Design
Contemporary Logic Design Sequential Case Studies © R.H. Katz Transparency No Chapter #7: Sequential Logic Case Studies 7.1, 7.2 Counters.
Sequential Logic Design
Chapter 8 -- Analysis and Synthesis of Synchronous Sequential Circuits.
ECE 331 – Digital System Design Counters (Lecture #19) The slides included herein were taken from the materials accompanying Fundamentals of Logic Design,
Digital Logic Design Lecture 26. Announcements Exams will be returned on Thursday Final small quiz on Monday, 12/8. Final homework will be assigned Thursday,
ECE 301 – Digital Electronics Introduction to Sequential Logic Circuits (aka. Finite State Machines) and FSM Analysis (Lecture #17)
ECE 331 – Digital Systems Design Introduction to Sequential Logic Circuits (aka. Finite State Machines) and FSM Analysis (Lecture #19)
Chapter 7 -- Modular Sequential Logic. Serial-in, Serial-out Shift Register.
Asynchronous and Synchronous Counters
Synchronous Sequential Circuit Design Digital Clock Design.
Sequential Circuit Introduction to Counter
EET 1131 Unit 11 Counter Circuits  Read Kleitz, Chapter 12, skipping Sections and  Homework #11 and Lab #11 due next week.  Quiz next week.
Registers and Counters
Chapter 9 Counters.
CHAPTER 3 Counters.  One of the common requirement in digital circuits/system is counting, both direction (forward and backward)  Digital clocks and.
Digital Fundamentals with PLD Programming Floyd Chapter 10
A presentation on Counters
Counters.
Chapter 1_4 Part II Counters
Sequential Circuit - Counter -
Mid3 Revision Prof. Sin-Min Lee. 2 Counters 3 Figure 9--1 A 2-bit asynchronous binary counter. Asynchronous Counter Operation.
© The McGraw-Hill Companies, Inc McGraw-Hill 1 PRINCIPLES AND APPLICATIONS OF ELECTRICAL ENGINEERING THIRD EDITION G I O R G I O R I Z Z O N I 14.
CHAPTER 12 REGISTERS AND COUNTERS
Circuit, State Diagram, State Table
CHAPTER 14 Digital Systems.
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.
State Machines.
Digital Design: Principles and Practices
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
Chapter 8 -- Analysis and Synthesis of Synchronous Sequential Circuits.
1 Lecture #12 EGR 277 – Digital Logic Synchronous Logic Circuits versus Combinational Logic Circuits A) Combinational Logic Circuits Recall that there.
Counters Dr. Rebhi S. Baraka Logic Design (CSCI 2301) Department of Computer Science Faculty of Information Technology The Islamic University.
2017/4/24 CHAPTER 6 Counters Chapter 5 (Sections )
Counters By Taweesak Reungpeerakul
Counter Classification Count modulus (MOD) – total number of states in the counter sequence Counter triggering technique – positive edge or negative edge.
CYU / CSIE / Yu-Hua Lee / E- 1 數位邏輯 Digital Fundamentals Chapter 9 Counters.
CHAPTER 3 Counters.  One of the common requirement in digital circuits/system is counting, both direction (forward and backward)  Digital clocks and.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
Chapter 1_4 Part III more on … Counters Chapter 1_4 Part III more on … Counters.
Chapter 1 Counters. Counters Counters are sequential circuits which "count” through a specific state sequence. They can count up, count down, or count.
CHAPTER 8 - COUNTER -.
Synchronous Counters Synchronous digital counters have a common clock which results in all the flip-flops being triggered simultaneously. Consequently,
General model of a sequential network.
Assignment 8 solutions 1) Design and draw combinational logic to perform multiplication of two 2-bit numbers (i.e. each 0 to 3) producing a 4-bit result.
Counter Circuits and VHDL State Machines
Counters and Registers Synchronous Counters. 7-7 Synchronous Down and Up/Down Counters  In the previous lecture, we’ve learned how synchronous counters.
Counters.
Basic terminology associated with counters Technician Series
Chapter 8 -- Analysis and Synthesis of Synchronous Sequential Circuits.
Synchronous Counter Design
Lecture No. 29 Sequential Logic.
CHAPTER 14 Digital Systems. Figure 14.1 RS flip-flop symbol and truth table Figure
1 CHAPTER 12 REGISTERS AND COUNTERS This chapter in the book includes: Objectives Study Guide 12.1Registers and Register Transfers 12.2Shift Registers.
Chapter 35 Sequential Logic Circuits. Objectives After completing this chapter, you will be able to: –Describe the function of a flip-flop –Identify the.
Digital Design: With an Introduction to the Verilog HDL, 5e M. Morris Mano Michael D. Ciletti Copyright ©2013 by Pearson Education, Inc. All rights reserved.
UP/DOWN SYNCHRONOUS COUNTERS An up/down counter is one that is capable of progressing in either direction through a certain sequence. An up/down counter,
EKT 124 / 3 DIGITAL ELEKTRONIC 1
EKT 124 / 3 DIGITAL ELEKTRONIC 1
FIGURE 5.1 Block diagram of sequential circuit
Sequential Circuit: Counter
Sequential Circuit - Counter -
Digital Fundamentals with PLD Programming Floyd Chapter 10
Digital Logic & Design Dr. Waseem Ikram Lecture No. 31.
EET107/3 DIGITAL ELECTRONICS 1
Lecture No. 32 Sequential Logic.
Presentation transcript:

BZUPAGES.COM1 Chapter 9 Counters

BZUPAGES.COM2 BzuPages.COM Please share your assignments/lectures & Presentation Slides on bzupages which can help your fellows

BZUPAGES.COM3 Figure 9--1 A 2-bit asynchronous binary counter. Asynchronous Counter Operation

BZUPAGES.COM4 Figure 9--2 Timing diagram for the counter of Figure 9-1. As in previous chapters, output waveforms are shown in green.

BZUPAGES.COM5

6

7 Figure 9--3 Three-bit asynchronous binary counter and its timing diagram for one cycle.

BZUPAGES.COM8 Figure 9--4 Propagation delays in a 3-bit asynchronous (ripple-clocked) binary counter.

BZUPAGES.COM9 Figure 9--5 Four-bit asynchronous binary counter and its timing diagram.

BZUPAGES.COM10 Figure 9--6 An asynchronously clocked decade counter with asynchronous recycling.

BZUPAGES.COM11 Figure 9--7 Asynchronously clocked modulus-12 counter with asynchronous recycling.

BZUPAGES.COM12 Figure A 2-bit synchronous binary counter. Synchronous Counter Operation

BZUPAGES.COM13 Figure Timing details for the 2-bit synchronous counter operation (the propagation delays of both flip-flops are assumed to be equal).

BZUPAGES.COM14 Figure Timing diagram for the counter of Figure 9-11.

BZUPAGES.COM15 Figure A 3-bit synchronous binary counter.

BZUPAGES.COM16 Figure Timing diagram for the counter of Figure 9-14.

BZUPAGES.COM17

BZUPAGES.COM18 Figure A 4-bit synchronous binary counter and timing diagram. Points where the AND gate outputs are HIGH are indicated by the shaded areas.

BZUPAGES.COM19 Figure A synchronous BCD decade counter.

BZUPAGES.COM20 Figure Timing diagram for the BCD decade counter (Q 0 is the LSB).

BZUPAGES.COM21

BZUPAGES.COM22 Up/Down Synchronous Counter

BZUPAGES.COM23 Figure A basic 3-bit up/down synchronous counter.

BZUPAGES.COM24 Figure 9—24 : Example Timing Diagram

BZUPAGES.COM25

BZUPAGES.COM26 Figure General clocked sequential circuit. Design of Synchronous Counters

BZUPAGES.COM27 Figure State diagram for a 3-bit Gray code counter. Step 1: State Diagram

BZUPAGES.COM28 Step 2: Next-State Table

BZUPAGES.COM29 Step 3: Flip-Flop Transition Table

BZUPAGES.COM30 Figure Examples of the mapping procedure for the counter sequence represented in Table 9-7 and Table 9-8. Step 4: Karnaugh Maps

BZUPAGES.COM31 Figure Karnaugh maps for present-state J and K inputs. Step 5: Logic Expressions for Flip-Flop Inputs

BZUPAGES.COM32 Figure Three-bit Gray code counter. Step 6: Counter Implementation

BZUPAGES.COM33 Figure 9—32 : Example 9-5

BZUPAGES.COM34

BZUPAGES.COM35

BZUPAGES.COM36 Figure 9--33

BZUPAGES.COM37 Figure 9--34

BZUPAGES.COM38 Figure Example State diagram for a 3-bit up/down Gray code counter.

BZUPAGES.COM39

BZUPAGES.COM40

BZUPAGES.COM41 Figure J and K maps for Table The UP/DOWN control input, Y, is treated as a fourth variable.

BZUPAGES.COM42 Figure Three-bit up/down Gray code counter.