Digital Design Lecture 9

Slides:



Advertisements
Similar presentations
A. Abhari CPS2131 Sequential Circuits Most digital systems like digital watches, digital phones, digital computers, digital traffic light controllers and.
Advertisements

CENG 241 Digital Design 1 Lecture 8 Amirali Baniasadi
ECE 331 – Digital System Design Latches and Flip-Flops (Lecture #17) The slides included herein were taken from the materials accompanying Fundamentals.
Computer Architecture CS 215
Sequential Circuits1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
Digital Electronics Chapter 5 Synchronous Sequential Logic.
1 Sequential Circuits –Digital circuits that use memory elements as part of their operation –Characterized by feedback path –Outputs depend not only on.
Sequential Circuits : Part I Read Sections 5-1, 5-2, 5-3.
1 © 2014 B. Wilkinson Modification date: Dec Sequential Logic Circuits – I Flip-Flops A sequential circuit is a logic components whose outputs.
CS 151 Digital Systems Design Lecture 21 Analyzing Sequential Circuits.
EECC341 - Shaaban #1 Lec # 14 Winter Clocked Synchronous State-Machines Such machines have the characteristics: –Sequential circuits designed.
A clocked synchronous state-machine changes state only when a triggering edge or “tick” occurs on the clock signal. ReturnNext  “State-machine”: is a.
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)
Sequential logic and systems
Flip Flops. Clock Signal Sequential logic circuits have memory Output is a function of input and present state Sequential circuits are synchronized by.
COE 202: Digital Logic Design Sequential Circuits Part 1
Synchronous Sequential Circuits by Dr. Amin Danial Asham.
1 Synchronous Sequential Logic Sequential Circuits Every digital system is likely to have combinational circuits, most systems encountered in practice.
Synchronous Sequential Logic A digital system has combinational logic as well as sequential logic. The latter includes storage elements. feedback path.
Sahar Mosleh PageCalifornia State University San Marcos 1 More on Flip Flop State Table and State Diagram.
Introduction to Sequential Logic Design Finite State-Machine Analysis.
 Flip-flops are digital logic circuits that can be in one of two states.  Flip-flops maintain their state indefinitely until an input pulse called a.
Synchronous Sequential Circuits by Dr. Amin Danial Asham.
Instructor: Alexander Stoytchev CprE 281: Digital Logic.
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.
LATCHES AND FLIP-FLOPS
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN
LATCHED, FLIP-FLOPS,AND TIMERS
Introduction to Sequential Logic Design
SR Flip-Flop Negative Edge Triggered Flip-Flops The SR Flip-Flop
ANALYSIS OF SEQUENTIAL CIRCUITS
Introduction to Advanced Digital Design (14 Marks)
ECE 3130 – Digital Electronics and Design
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
Synchronous Sequential Circuits
FLIP FLOPS.
Overview Introduction Logic Gates Flip Flops Registers Counters
Sequential Circuits Most digital systems like digital watches, digital phones, digital computers, digital traffic light controllers and so on require.
CISE204: Design of Digital Systems Lecture 18 : Sequential Circuits
Flip Flop.
ECE 301 – Digital Electronics
Assistant Prof. Fareena Saqib Florida Institute of Technology
T Flip-Flop A T (toggle) flip-flop is a complementing flip-flop and can be obtained from a JK flip-flop when the two inputs are tied together. When T.
Digital Logic Design Sequential Circuits (Chapter 6)
Sequential logic circuits
Digital Logic & Design Dr. Waseem Ikram Lecture 38.
Chapter 6 -- Introduction to Sequential Devices
Elec 2607 Digital Switching Circuits
Lecture No. 24 Sequential Logic.
Synchronous Sequential Circuits
Digital Logic & Design Dr. Waseem Ikram Lecture No. 31.
Sequential Circuits: Latches
Reference: Chapter 5 Sequential Circuits Moris Mano 4th Ediditon
Synchronous Sequential Logic
FLIP-FLOPS.
Synchronous sequential
Synchronous Sequential
Flip-Flops.
SYEN 3330 Digital Systems Chapter 6 – Part 3 SYEN 3330 Digital Systems.
Flip Flops Unit-4.
Instructor: Alexander Stoytchev
Lecture 14: State Tables, Diagrams, Latches, and Flip Flop
Instructor: Alexander Stoytchev
Chapter 5 Sequential Circuits.
SEQUENTIAL CIRCUITS __________________________________________________
Sequential Digital Circuits
FLIPFLOPS.
Presentation transcript:

Digital Design Lecture 9 Sequential Logic

A General Sequential Circuit

Synchronous Sequential Circuits

Set/Reset Latch (NORs)

Set/Reset Latch (NANDs)

SR Latch with Control

D Latch

Latch Symbols

Clock Response

Master-Slave D Flip-Flop

D-Type Positive-Edge Triggered Flip-Flop

Edge-Triggered D Flip-Flop Graphic Symbol

JK Flip-Flop

Flip-Flop Characteristic Tables D 0 1 Q(t+1) 0 - Reset 1 - Set D – Flip-Flop T 0 1 Q(t+1) Q(t) – No change Q(t) - Complement T – Flip-Flop K 0 1 0 1 J 0 0 1 1 Q(t+1) Q(t) – No change 0 – Reset 1 – Set Q(t) – Complement JK – Flip-Flop Table 5.1

T Flip-Flop

D Flip-Flop with Reset

Sequential Circuit Analysis

State Diagrams

Sequential Circuit: D Flip-Flop

Sequential Circuit: JK Flip-Flop

State Diagram for JK Circuit

Sequential Circuit: T Flip-Flop

Mealy and Moore Models Finite State Machines Output is a function of both the present state and the present input See Figure 5-15 (Slide 16: Sequential Analysis) Moore Output is only a function of the current state See Figure 5-18 (Slide 19: JK Flip-Flop)