D Flip-Flop.

Slides:



Advertisements
Similar presentations
JKFlip-Flop JK Flip-Flop. Lecture Overview J-K Flip Flops Asynchronous Input Sample Flip Flop 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.
Counters Discussion D8.3.
Synchronous Counters with SSI Gates
Registers and Counters
Registers and Counters. Register Register is built with gates, but has memory. The only type of flip-flop required in this class – the D flip-flop – Has.
Counters Chapter 17 Subject: Digital System Year: 2009.
Sequential Circuits : Part I Read Sections 5-1, 5-2, 5-3.
Homework Reading Machine Projects Labs Tokheim Chapter 9.1 – 9.6
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.
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.
CS 140L Lecture 4 Professor CK Cheng 10/22/02. 1)F-F 2)Shift register 3)Counter (Asynchronous) 4)Counter (Synchronous)
Asynchronous Counters
Asynchronous Counter © 2014 Project Lead The Way, Inc.Digital Electronics.
Flip-flops. Outline  Edge-Triggered Flip-flops  S-R Flip-flop  D Flip-flop  J-K Flip-flop  T Flip-flop  Asynchronous Inputs.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Lecture 17 Dr. Shi Dept. of Electrical and Computer Engineering.
Digital Electronics Electronics Technology Landon Johnson Shift Registers.
D Flip Flop. Also called: Delay FF Data FF D-type Latches ‘Delayed 1 Clock Pulse’
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.
Digital Logic & Design Dr. Waseem Ikram Lecture No. 25.
Sequential Logic An Overview
Principles & Applications
LATCHED, FLIP-FLOPS,AND TIMERS
Homework Reading Machine Projects Labs Tokheim Chapter 9.1 – 9.6
SR Flip-Flop Negative Edge Triggered Flip-Flops The SR Flip-Flop
Electronics Technology
Introduction to Advanced Digital Design (14 Marks)
Asynchronous Counters with SSI Gates
Asynchronous Counters
Sequential Logic Counters and Registers
Flip-FLops and Latches
Flip Flops.
FIGURE 5.1 Block diagram of sequential circuit
Sequential Circuit: Counter
Digital Design Lecture 9
INTRODUCTION Overview of Shift Registers
Flip-Flop.
Asynchronous Counters
CS1104 – Computer Organization
CISE204: Design of Digital Systems Lecture 18 : Sequential Circuits
Flip Flop.
Flip-FLops and Latches
Introduction to Sequential Logic Design
ECE Digital logic Lecture 16: Synchronous Sequential Logic
Flip-FLops and Latches
Elec 2607 Digital Switching Circuits
Flip-FLops and Latches
COE 202: Digital Logic Design Sequential Circuits Part 4
Flip-FLops and Latches
Lecture No. 24 Sequential Logic.
Digital Logic & Design Dr. Waseem Ikram Lecture No. 31.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN
Lecture 16 Logistics Last lecture Today HW5 out, due next wednesday
CSE 370 – Winter Sequential Logic-2 - 1
Principles & Applications
Lecture 16 Logistics Last lecture Today HW5 out, due next wednesday
Switching Theory and Logic Design Chapter 5:
Digital Logic Department of CNET Chapter-6
Digital Logic Department of CNET Chapter-6
Flip-Flops.
Flip Flops Unit-4.
14 Digital Systems.
Flip-FLops and Latches
Instructor: Alexander Stoytchev
Chapter 5 Sequential Circuits.
Presentation transcript:

D Flip-Flop

Lecture Overview D Flip-Flops Logic Synchronization Types of D Flip Flops Sample Flip-Flop Applications

Positive Edge Triggered D Flip-Flop CLK  Q n+1 1 D Positive Edge Triggered D Q Q CLK D Q

Logic Synchronizing Data enters here at different times Example: Parallel Port Data enters here at different times Data goes out at the same time on a clock pulse

Types of D Flip-Flops D Q Q Positive Edge Triggered Negative Edge Triggered D Q Q

Types of D Flip-Flops D Q Q Positive Level Triggered D Q Q Negative Level Triggered

Asynchronous Inputs D Q Q D Flip-Flop w/ Preset D Q Q P-SET D Flip-Flop w/ Clear D Q Q CLR

Asynchronous Inputs D Flip-Flop w/ Preset & Clear D Q Q P-SET CLR

D Flip-Flop w/ Preset & Clear Q n+1 1 (preset) 0 (clear) ? (illegal) 1 CLK X  D CLR P-SET D Q Q P-SET CLR

Application of D Flip-Flops Data Storage Counters & State Machine Designs Logic Synchronizing Divide By Circuits

Divide By Circuit with D Flip-Flop

Divide By Circuit - Simulation