Latches. Flip-Flops. Remember the state. Bistable elements.

Slides:



Advertisements
Similar presentations
Sequential Logic Circuits. Set-Reset Latch The Set-Reset latch or bistable is a simple sequential logic circuit that remembers what has happened to the.
Advertisements

RS Flip Flops Benchmark Companies Inc PO Box Aurora CO
Module 5 – Sequential Logic Design with VHDL
Introduction to Sequential Logic Design Latches. 2 Terminology A bistable memory device is the generic term for the elements we are studying. Latches.
Give qualifications of instructors: DAP
Latches CS370 –Spring 2003 Section 4-2 Mano & Kime.
CS 151 Digital Systems Design Lecture 19 Sequential Circuits: Latches.
Sequential circuits The digital circuits considered thus far have been combinational, where the outputs are entirely dependent on the current inputs. Although.
Flip-Flops and Related Devices Wen-Hung Liao, Ph.D.
Module 12.  In Module 9, 10, 11, you have been introduced to examples of combinational logic circuits whereby the outputs are entirely dependent on the.
Digital Logic Design Brief introduction to Sequential Circuits and Latches.
Latches Module M10.1 Section 7.1. Sequential Logic Combinational Logic –Output depends only on current input Sequential Logic –Output depends not only.
EECC341 - Shaaban #1 Lec # 13 Winter Sequential Logic Circuits Unlike combinational logic circuits, the output of sequential logic circuits.
ENGIN112 L20: Sequential Circuits: Flip flops October 20, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 20 Sequential Circuits: Flip.
Latches Section 4-2 Mano & Kime. Sequential Logic Combinational Logic –Output depends only on current input Sequential Logic –Output depends not only.
CS 151 Digital Systems Design Lecture 20 Sequential Circuits: Flip flops.
Latches Lecture L8.1 Section 7.1 – Book Sect. 8.1– Handout.
Components used in the the Project J-K Flip Flop Switch Power Alternator 7-Segment Display Coded Decimal (BCD) Display.
Lecture #23 Page 1 ECE 4110– Sequential Logic Design Lecture #23 Agenda 1.Latches and Flip-Flops Review Announcements 1.HW #11assigned.
Objectives: Given input logice levels, state the output of an RS NAND and RS NOR. Given a clock signal, determine the PGT and NGT. Define “Edge Triggered”
Synchronous Sequential Circuits by Dr. Amin Danial Asham.
Flip Flop Chapter 15 Subject: Digital System Year: 2009.
Synchronous Sequential Logic A digital system has combinational logic as well as sequential logic. The latter includes storage elements. feedback path.
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.
Synchronous Sequential Circuits by Dr. Amin Danial Asham.
Synchronous Sequential Circuits by Dr. Amin Danial Asham.
Sequential Logic Circuit Design Eng.Maha Alqubali.
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.
Sequential logic circuits First Class 1Dr. AMMAR ABDUL-HAMED KHADER.
Sequential Circuits.
Sequential Circuits.
FLIP FLOPS Binary unit capable of storing one bit – 0 or 1
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN
Flip Flops.
Flip-Flops and Related Devices
Computer Organization
Flip-FLops and Latches
Learning Outcome By the end of this chapter, students are expected to refresh their knowledge on sequential logic related to HDL.
Flip Flops.
FIGURE 5.1 Block diagram of sequential circuit
Flip-flops Inputs are logically disconnected from the output in time.
Digital Design Lecture 9
FLIP FLOPS.
Flip-Flop.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Sequential Logic and Flip Flops
Latches, Flip-Flops and Registers
Flip Flop.
Introduction to Sequential Logic Design
ECE Digital logic Lecture 16: Synchronous Sequential Logic
Flip-FLops and Latches
Sequential logic circuits
LECTURE 15 – DIGITAL ELECTRONICS
Sequential Logic and Flip Flops
Excitation Vectors Input Combinational Logic Memory Output States.
Flip-FLops and Latches
Flip-FLops and Latches
Sequential Circuits: Latches
Excitation Vectors Input Combinational Logic Memory Output States.
KS4 Electricity – Electronic systems
1) Latched, initial state Q =1
FLIP-FLOPS.
Synchronous sequential
Synchronous Sequential
Flip-Flops.
Binary Adder/Subtractor
Flip-FLops and Latches
Sequential Digital Circuits
Week 11 Flip flop & Latches.
Presentation transcript:

Latches. Flip-Flops. Remember the state. Bistable elements. RS NOR latch RS NAND latch Clocked RS NAND latch RS Flip-Flop JK Flip-Flop P&H Appendix-B Wakerly Ch.7

Remember the state The output of combinational logic is fully defined by the current state of the inputs. How the circuit can hold (remember) the signal ? First Define the requirements for circuit: It should have a state: The state could be either 0 or 1. Current state Next state Should be possibility to see or to use that state Should be way to setup or to change the state

RS latch – bistable element Define the behavior

RS-latch - creation

Simplified RS latch – RS NOR latch

RS NOR latch analyze S R Q Qn 1 X

RS NOR latch pros and cons Forbidden to have both inputs at a logic 1 level at the same time Input signals actively drive their respective outputs to a logic 0, rather than to a logic 1. the S input signal is applied to the gate that produces the Q' output while the R input signal is applied to the gate that produces the Q output. This reversal of inputs can be confusing The state is changed by the input signals level

RS NAND latch

RS NAND latch analyze

RS NAND latch timing diagram Q Qn X 1

RS basic NAND latch cons and pros Forbidden to have both inputs at a logic 0 level at the same time The problem with the basic RS NAND latch is that the active input levels are Zeroes. We need extra invertors to make the active levels to Ones. The state is changed by the input signals level

The Clocked (gated) RS NAND latch normal rather than inverted inputs and a third input common to both gates which we can use to synchronize his circuit with others of its kind. CLK S R Q Qn X 1

Clocked RS NAND latch drawbacks If both inputs are logic 1 when the clock is also logic 1, the latching action is bypassed and both outputs will go to logic 1. A major problem remaining is that this latch circuit could easily experience a change in S and R input levels while the CLK input is still at a logic 1 level. This allows the circuit to change state many times before the CLK input returns to logic 0.