LATCHES AND FLIP-FLOPS

Slides:



Advertisements
Similar presentations
©2004 Brooks/Cole FIGURES FOR CHAPTER 11 LATCHES AND FLIP-FLOPS Click the mouse to move to the next page. Use the ESC key to exit this chapter. This chapter.
Advertisements

Sequential Digital Circuits Dr. Costas Kyriacou and Dr. Konstantinos Tatas.
Flip-Flops Basic concepts. 1/50A. Yaicharoen2 Flip-Flops A flip-flop is a bi-stable device: a circuit having 2 stable conditions (0 or 1) 3 classes of.
ECE 331 – Digital System Design Latches and Flip-Flops (Lecture #17) The slides included herein were taken from the materials accompanying Fundamentals.
Sequential Circuits1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
Multiplexors Sequential Circuits and Finite State Machines Prof. Sin-Min Lee Department of Computer Science.
ReturnNext  Latch : a sequential device that watches all of its inputs continuously and changes its outputs at any time, independent of a clocking signal.
1 Sequential Circuits –Digital circuits that use memory elements as part of their operation –Characterized by feedback path –Outputs depend not only on.
Nonlinear & Neural Networks LAB. CHAPTER 11 LATCHES AND FLIP-FLOPS 11.1Introduction 11.2Set-Reset Latch 11.3Gated D Latch 11.4Edge-Triggered D Flip-Flop.
Sequential Circuits : Part I Read Sections 5-1, 5-2, 5-3.
EKT 124 / 3 DIGITAL ELEKTRONIC 1
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.
Chapter 3: Sequential Logic Circuit EKT 121 / 4 ELEKTRONIK DIGIT 1.
Flip Flops. Clock Signal Sequential logic circuits have memory Output is a function of input and present state Sequential circuits are synchronized by.
ETE Digital Electronics Latches and Flip-Flops [Lecture:12] Instructor: Sajib Roy Lecturer, ETE, ULAB.
Digital Computer Design Fundamental
COE 202: Digital Logic Design Sequential Circuits Part 1
Unit 11 Latches and Flip-Flops Fundamentals of Logic Design By Roth and Kinney.
Instructor: Alexander Stoytchev CprE 281: Digital Logic.
Topic: Sequential Circuit Course: Logic Design Slide no. 1 Chapter #6: Sequential Logic Design.
Instructor: Alexander Stoytchev CprE 281: Digital Logic.
EKT 121 / 4 ELEKTRONIK DIGIT I
Sahar Mosleh PageCalifornia State University San Marcos 1 More on Flip Flop State Table and State Diagram.
Chapter 6 – Digital Electronics – Part 1 1.D (Data) Flip Flops 2.RS (Set-Reset) Flip Flops 3.T Flip Flops 4.JK Flip Flops 5.JKMS Flip Flops Information.
CHAPTER 11 LATCHES AND FLIP-FLOPS This chapter in the book includes: Objectives Study Guide 11.1Introduction 11.2Set-Reset Latch 11.3Gated D Latch 11.4Edge-Triggered.
Flip-Flop Flip-flops Objectives Upon completion of this chapter, you will be able to :  Construct and analyze the operation of a latch flip-flop made.
©2010 Cengage Learning SLIDES FOR CHAPTER 11 LATCHES AND FLIP-FLOPS Click the mouse to move to the next page. Use the ESC key to exit this chapter. This.
UNIT 11 LATCHES AND FLIP-FLOPS Click the mouse to move to the next page. Use the ESC key to exit this chapter. This chapter in the book includes: Objectives.
Lecture 10 Flip-Flops/Latches
LATCHED, FLIP-FLOPS,AND TIMERS
Chapter #6: Sequential Logic Design
Summary Latch & Flip-Flop
ECE 3130 – Digital Electronics and Design
Lecture 8 Dr. Nermi Hamza.
Analysis of Clocked Sequential Circuit
Instructor: Alexander Stoytchev
Flip-FLops and Latches
Flip Flops.
FIGURE 5.1 Block diagram of sequential circuit
Digital Design Lecture 9
Synchronous Sequential Circuits
Flip-Flop.
CISE204: Design of Digital Systems Lecture 18 : Sequential Circuits
Flip-FLops and Latches
ECE Digital logic Lecture 16: Synchronous Sequential Logic
Chapter 11 Sequential Circuits.
Flip-FLops and Latches
Digital Logic Design Sequential Circuits (Chapter 6)
Sequential logic circuits
Chapter 6 -- Introduction to Sequential Devices
Elec 2607 Digital Switching Circuits
Flip-FLops and Latches
Flip-FLops and Latches
触发器 Flip-Flops 刘鹏 浙江大学信息与电子工程学院 March 27, 2018
Lecture No. 24 Sequential Logic.
Instructor: Alexander Stoytchev
Lecture 16 Logistics Last lecture Today HW5 out, due next wednesday
Instructor: Alexander Stoytchev
Lecture 16 Logistics Last lecture Today HW5 out, due next wednesday
FLIP-FLOPS.
Instructor: Alexander Stoytchev
Synchronous sequential
Synchronous Sequential
Flip Flops Unit-4.
Flip-FLops and Latches
Chapter 5 Sequential Circuits.
SEQUENTIAL CIRCUITS __________________________________________________
Sequential Digital Circuits
FLIPFLOPS.
Presentation transcript:

LATCHES AND FLIP-FLOPS CHAPTER 11 LATCHES AND FLIP-FLOPS This chapter in the book includes: Objectives Study Guide 11.1 Introduction 11.2 Set-Reset Latch 11.3 Gated D Latch 11.4 Edge-Triggered D Flip-Flop 11.5 S-R Flip-Flop 11.6 J-K Flip-Flop 11.7 T Flip-Flop 11.8 Flip-Flop with Additional Inputs 11.9 Summary Problems Programmed Exercise Fundamentals of Logic Design Chap. 11

Objectives Topics introduced in this chapter: 1. Explain in words the operation of S-R and gated D latches 2. Explain in words the operation of D, D-CE, S-R, J-K and T flip-flops 3. Make a table and derive the characteristic (next-state) equation for such latches and flip-flops. State any necessary restrictions on the input signals 4. Draw a timing diagram relating the input and output of such latches flip-flops 5. Show how latches and flip-flops can be constructed using gates. Analyze the operation of a flip-flop that is constructed of gates and latches Fundamentals of Logic Design Chap. 11

11.1 Introduction Fig 11-1. Fig 11-2.  Stable state To construct a switching circuit has a memory, must introduce feedback to circuit  Unstable state Fundamentals of Logic Design Chap. 11

11.2 Set-Reset Latch Fig 11-3. Fig 11-4. S=R=0 (Q=0)  S=1, R=0 Fundamentals of Logic Design Chap. 11

11.2 Set-Reset Latch Fig 11-5. S-R Latch (cross-coupled structure) Fig 11-6. Improper S-R Latch Operation (S=R=1; prohibited) Fundamentals of Logic Design Chap. 11

11.2 Set-Reset Latch Fig 11-7. Timing Diagram for S-R Latch Table 11-1. S-R Latch Next State and Output Fundamentals of Logic Design Chap. 11

11.2 Set-Reset Latch Fig 11-8. Derivation of Q+ for an S-R Latch Fundamentals of Logic Design Chap. 11

11.2 Set-Reset Latch Fig 11-9. Switch Debouncing with an S-R Latch Fundamentals of Logic Design Chap. 11

11.2 Set-Reset Latch Fig 11-10. Latch (c) Fundamentals of Logic Design Chap. 11

11.3 Gated D Latch Figure 11-11. Gated D Latch Fundamentals of Logic Design Chap. 11

11.3 Gated D Latch Figure 11-12. Symbol and Truth Table for Gated Latch Fundamentals of Logic Design Chap. 11

11.4 Edge-Triggered D Flip-Flop Figure 11-13. D Flip-Flops Q = D + Fundamentals of Logic Design Chap. 11

11.4 Edge-Triggered D Flip-Flop Figure 11-14. Timing for D Flip-Flop (Falling-Edge Trigger) Fundamentals of Logic Design Chap. 11

11.4 Edge-Triggered D Flip-Flop Figure 11-15. D Flip-Flop (Rising-Edge Trigger) Fundamentals of Logic Design Chap. 11

11.4 Edge-Triggered D Flip-Flop Figure 11-16. Setup and Hold Times for an Edge-Triggered D Flip-Flop Fundamentals of Logic Design Chap. 11

11.4 Edge-Triggered D Flip-Flop Figure 11-17. Determination of Minimum Clock Period Fundamentals of Logic Design Chap. 11

11.5 S-R Flip-Flop Figure 11-18. S-R Flip-Flop Operation summary: S = R = 0 no state change S = 1, R = 0 set Q to 1 (after active Ck edge) S = 0, R = 1 reset Q to 0 (after active Ck edge) S = R = 1 not allowed Fundamentals of Logic Design Chap. 11

11.5 S-R Flip-Flop Figure 11-19. S-R Flip-Flop Implementation and Timing Fundamentals of Logic Design Chap. 11

11.6 J-K Flip-Flop Figure 11-20. J-K Flip-Flop (Q Changes on the Rising Edge) Truth table and characteristic equation Fundamentals of Logic Design Chap. 11

11.6 J-K Flip-Flop Figure 11-21. Master-Slave J-K Flip-Flop (Q Changes on Rising Edge) Fundamentals of Logic Design Chap. 11

11.7 T Flip-Flop Q+ = T'Q + TQ' = Q  T Figure 11-22. T Flip-Flop Figure 11-23. Timing Diagram for T Flip-Flop (Falling-Edge Trigger) Fundamentals of Logic Design Chap. 11

11.7 T Flip-Flop Figure 11-24. Implementation of T Flip-Flop Fundamentals of Logic Design Chap. 11

11.8 Flip-Flops with Additional Inputs Figure 11-25. D Flip-Flop with Clear and Preset Figure 11-26. Timing Diagram for D Flip-Flop with Asynchronous Clear and Preset Fundamentals of Logic Design Chap. 11

11.8 Flip-Flops with Additional Inputs Figure 11-27. D Flip-Flop with Clock Enable The characteristic equation : The MUX output : Fundamentals of Logic Design Chap. 11

11.9 Summary (S-R latch or flip-flop) (gated D latch) (D flip-flop) (D-CE flip-flop) (J-K flip-flop) (T flip-flop) Fundamentals of Logic Design Chap. 11