D Flip Flop. Also called: Delay FF Data FF D-type Latches ‘Delayed 1 Clock Pulse’

Slides:



Advertisements
Similar presentations
Principles & Applications
Advertisements

D-Type Flip Flops Benchmark Companies Inc PO Box
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.
D Flip-Flop.
Galen SasakiEE 260 University of Hawaii1 Building D Flip Flops Combinational circuit components D Clocked Latch: similar to a flip flop but simpler D flip.
A. Abhari CPS2131 Sequential Circuits Most digital systems like digital watches, digital phones, digital computers, digital traffic light controllers and.
Digital Electronics Lecture 7 Sequential Logic Circuit Design.
CHAPTER 3 Sequential Logic/ Circuits.  Concept of Sequential Logic  Latch and Flip-flops (FFs)  Shift Registers and Application  Counters (Types,
Digital Logic Chapter 5 Presented by Prof Tim Johnson
Sequential Logic Latches and Flip-Flops. Sequential Logic Circuits The output of sequential logic circuits depends on the past history of the state of.
1 Sequential Systems A combinational system is a system whose outputs depend only upon its current inputs. A sequential system is a system whose outputs.
ReturnNext  Latch : a sequential device that watches all of its inputs continuously and changes its outputs at any time, independent of a clocking signal.
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.
Galen SasakiEE 260 University of Hawaii1 Building D Flip Flops Combinational Circuit Components –Switches –Voltage inverters D Clocked Latch –Feedback.
Chapter 3: Sequential Logic Circuit EKT 121 / 4 ELEKTRONIK DIGIT 1.
SEQUENTIAL CIRCUITS USING TTL 74XX ICS
Registers and Counters
Registers and Counters
COE 202: Digital Logic Design Sequential Circuits Part 1
CENT-113 Digital Electronics 1 Flip Flops TI Type 502 Flip Flop: 1st production IC in 1960.
CHAPTER 3 Sequential Logic/ Circuits.  Concept of Sequential Logic  Latch and Flip-flops (FFs)  Shift Registers and Application  Counters (Types,
Designing of a D Flip-Flop Final Project ECE 491.
Flip Flops 3.1 Latches and Flip-Flops 3 ©Paul Godin Created September 2007 Last Edit Aug 2013.
Computer Organization & Programming Chapter 5 Synchronous Components.
Sequential logic circuits
© BYU 11b MSFF Page 1 ECEn 224 MSFF Master/Slave Flip Flops.
Synchronous Sequential Logic A digital system has combinational logic as well as sequential logic. The latter includes storage elements. feedback path.
EKT 121 / 4 ELEKTRONIK DIGIT I
Dept. of Electrical and Computer Eng., NCTU 1 Lab 8. D-type Flip-Flop Presenter: Chun-Hsien Ko Contributors: Chung-Ting Jiang and Lin-Kai Chiu.
Synchronous Sequential Circuits by Dr. Amin Danial Asham.
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.
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.
Sequential Logic Circuit Design Eng.Maha Alqubali.
Dr. Clincy Professor of CS
Class Exercise 1B.
LATCHED, FLIP-FLOPS,AND TIMERS
Chapter #6: Sequential Logic Design
Summary Latch & Flip-Flop
Electronics Technology
Sequential Logic Counters and Registers
Flip-FLops and Latches
FIGURE 5.1 Block diagram of sequential circuit
Digital Design Lecture 9
FLIP FLOPS.
INTRODUCTION Overview of Shift Registers
Flip-Flop.
DR S. & S.S. GHANDHY ENGINEENRING COLLEGE
Sequential Circuits Most digital systems like digital watches, digital phones, digital computers, digital traffic light controllers and so on require.
D Flip-Flop.
Flip-FLops and Latches
Introduction to Sequential Logic Design
ECE Digital logic Lecture 16: Synchronous Sequential Logic
Latches and Flip-flops
Flip-FLops and Latches
Elec 2607 Digital Switching Circuits
Flip-FLops and Latches
Flip-FLops and Latches
Lecture No. 24 Sequential Logic.
Dr. Clincy Professor of CS
Dr. Clincy Professor of CS
Principles & Applications
Reference: Chapter 5 Sequential Circuits Moris Mano 4th Ediditon
FLIP-FLOPS.
Flip-Flops.
Flip-FLops and Latches
Sequential Digital Circuits
Presentation transcript:

D Flip Flop

Also called: Delay FF Data FF D-type Latches ‘Delayed 1 Clock Pulse’

D Flip Flop (Specification)  A signal input and a clock signal is used  AMI-0.6micron process is used  Wp=7.5 u, Wn= 3.0 u, Ln=Lp=0.6u  Pre and Post-layout simulations using spectra  Rise time, Fall time and propagation delay increase for the loading effects.

Why DFF Preferred type for integrated circuit applications (DFF) S-R flip flop has indeterminate state when both inputs are high The JKFF simplifies the RSFF truth table but keeps two inputs.

Symbol

Truth Table Similar Wiring

Wiring Diagram

7474 D Flip Flop Logic Symbol Note: The asynchronous inputs (PS & CLR) Override the synchronous inputs (D & CLK).

Truth Table

D (Delay) Flip Flop Uses  Sequential logic devices used in temporary memory devices.  Wired together to form shift registers and storage registers.  Delays data from reaching output Q one clock pulse.  CMOS examples: 74HC74, 74FCT374,  Over 50 different ICs in FACT CMOS family.

D Clocked Latch It similar to a D flip flop but it reacts to the clock differently

Comparing Flip Flop and Latch

D Flip Flop vs. D Clocked Latch D flip flop – Triggered on positive edge of clock – Output Q (and state) changes only at a time instant D clocked latch – Output Q changes (with D) while clock is H – Output Q changes during a window of time – Trickier to use since lots of changes can happen during a time duration Flip flops are preferred to latches in designing circuits Latches are used in memory circuits, e.g., RAM

The End Thank you