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.

Slides:



Advertisements
Similar presentations
COE 202: Digital Logic Design Sequential Circuits Part 2
Advertisements

State-machine structure (Mealy)
State Machine Design Procedure
Computer Architecture CS 215
Sequential Circuits1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
CSCE 211: Digital Logic Design. Chapter 6: Analysis of Sequential Systems.
CS 151 Digital Systems Design Lecture 21 Analyzing Sequential Circuits.
1 Lecture 23 More Sequential Circuits Analysis. 2 Analysis of Combinational Vs. Sequential Circuits °Combinational : Boolean Equations Truth Table Output.
CSE 140 Lecture 8 Sequential Networks Professor CK Cheng CSE Dept. UC San Diego 1.
ENGIN112 L20: Sequential Circuits: Flip flops October 20, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 20 Sequential Circuits: Flip.
EECC341 - Shaaban #1 Lec # 14 Winter Clocked Synchronous State-Machines Such machines have the characteristics: –Sequential circuits designed.
CS 151 Digital Systems Design Lecture 20 Sequential Circuits: Flip flops.
Sequential Circuits Problems(I) Prof. Sin-Min Lee Department of Mathematics and Computer Science Algorithm = Logic + Control.
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)
1 Synchronous Sequential Circuit Analysis. 2 Synchronous Sequential Circuit State Memory – A set of n edge-triggered flip-flops that store the current.
Sequential logic and systems
Digital Logic Design CHAPTER 5 Sequential Logic. 2 Sequential Circuits Combinational circuits – The outputs are entirely dependent on the current inputs.
The edge triggered J-K Flip flop The J-K Flip flop is versatile and is widely used type of flip flop. The functioning of this flip flop is identical to.
Analyzing our example circuit
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 =
Chap 4. Sequential Circuits
Chap 4. Sequential Circuits
Introduction to Sequential Logic Design Flip-flops FSM Analysis.
Sequential Circuits. Two primary differences between combinational circuits and sequential circuits –Sequential circuits are synchronous (use a clock)
Fall 2004EE 3563 Digital Systems Design EE3563 Chapter 7, 8, 10 Reading Assignments  7.1, 7.2, 7.3  8.1, ,   8.5.1, 8.5.2,
The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering ECE122 – Lab 7 Binary Counter.
ANALYSIS OF SEQUENTIAL CIRCUITS by Dr. Amin Danial Asham.
Other Flip-Flop Types: J-K and T flip-flops (Section 5-6)

Sahar Mosleh PageCalifornia State University San Marcos 1 More on Flip Flop State Table and State Diagram.
A sequential logic circuit (a.k.a. state machine) consists of both combinational logic circuit(s) and memory devices (flip flops). The combinational circuits.
Synthesis Synchronous Sequential Circuits synthesis procedure –Word description of problem /hardest; art, not science/ –Derive state diagram & state table.
Introduction to Sequential Logic Design Finite State-Machine Analysis.
Sequential circuit analysis1 Sequential Circuit Analysis Last time we started talking about latches and flip-flops, which are basic one-bit memory units.
5 - 1 Chapter 6 Analysis of Sequential Systems Chapter 6 Analysis of Sequential Systems 6.0 Introduction  Clocked System Clock A signal that alternates.
3 BIT DOWN COUNTER SUBJECT: DIGITAL ELECTONICS CODE: COLLEGE: BVM ENGINEERING COLLEGE COLLEGE CODE:008 ELECTRONICS & TELECOMMUNICATION DEPT.
1 Lecture #15 EGR 277 – Digital Logic Reading Assignment: Chapter 5 in Digital Design, 3 rd Edition by Mano Example: (Problem 5-17 from Digital Design,
Synchronous Sequential Logic
Sequential Circuits.
Summary Latch & Flip-Flop
Introduction to Sequential Logic Design
ANALYSIS OF SEQUENTIAL CIRCUITS
CSCE 211: Digital Logic Design
FIGURE 5.1 Block diagram of sequential circuit
DESIGN OF SEQUENTIAL CIRCUITS
Digital Design Lecture 9
Synchronous Sequential Circuits
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.
Princess Sumaya University
Sequential logic circuits
Synchronous Sequential Circuits
Analysis of Synchronous Sequential Circuits
Digital Logic & Design Dr. Waseem Ikram Lecture No. 31.
Assignment 1.
Analysis of Synchronous Sequential Circuits
Reference: Chapter 5 Sequential Circuits Moris Mano 4th Ediditon
MTE 202, Summer 2016 Digital Circuits Dr.-Ing. Saleh Hussin
Synchronous Sequential Logic
Analysis with JK flip-flops
EGC 442 Introduction to Computer Architecture
Synchronous sequential
Synchronous Sequential
ECE 352 Digital System Fundamentals
A B x y A+ B+ z 1 Q X Y Q(t+1) S 1.
ANALYSIS OF SEQUENTIAL CIRCUIT LOGIC DIAGRAM
A B x y A+ B+ z 1 Q X Y Q(t+1) S 1.
Digital Electronics and Logic Design
Presentation transcript:

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 = 0 D = Q and no change in output When T = 1 D = Q’ and the output complements

Characteristic Tables and Equations Q(t) = present state Q(t+1) = next state after one clock period J K Q(t+1) 0 0 Q(t) No change 0 1 0 Reset 1 0 1 Set 1 1 Q’(t) Complement T Q(t+1) 0 Q(t) No change 1 Q’(t) Complement D Q(t+1) 0 0 Reset 1 1 Set

Analysis of Clocked Sequential Circuits The behavior of a clocked sequential circuit is determined from the inputs, outputs, and the state of its flip-flops. State Equation A state equation (transition equation) specifies the next state as a function of the present state and inputs. State Table A state table (transition table) consists of: present state, input next state and output. State Diagram The information in a state table can be represented graphically in a state diagram. The state is represented by a circle and the transitions between states are indicated by directed lines connecting the circles.

Analysis of Clocked Sequential Circuits Analysis Procedure Determine the flip-Flop input equations in terms of the present state and input variables. Substitute the input equations into the flip-flop characteristic equation to obtain the state equations. 3. Use the corresponding state equations to determine the next state values in the state table.

Example of a Sequential Circuit State Equations (t+1) next state of the flip-flop one clock edge later. Flip-flop input equations (excitation equations) note mistake in Fig. 5-15 p. 181

Example of a Sequential Circuit (continued) Present Next State Input State Output A B x A B y 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 1 1 1 1 0 1 0 0 0 0 1 1 0 1 1 0 0 1 1 0 0 0 1 1 1 1 1 0 1

Example of a Sequential Circuit (continued) Present Next State Input State Output A B x A B y 0 0 0 0 0 0 0 0 1 0 1 0 a 0 1 0 0 0 1 0 1 1 1 1 0 b 1 0 0 0 0 1 1 0 1 1 0 0 c 1 1 0 0 0 1 1 1 1 1 0 1 c a b a: When the sequential circuit is in present state 00 and the input is 1, the output is 0. After the next clock cycle, the circuit goes to the next state 01. b: When the sequential circuit is in present state 01 and the input is 1, the output is 0. After the next clock cycle, the circuit goes to the next state 11. c: No change in state.

Sequential Circuit Analysis with D Flip-Flops b a

Example of Sequential Circuit with JK Flip-Flops 1. Flip-Flop input equations:

Example of Sequential Circuit with JK FF (continued) 2. Substitute the input equations into the flip-flop characteristic equation to obtain the state equations. JK Flip-Flop characteristic equation Flip-Flop input equations Sequential Circuit state equations 3. Use the corresponding state equations to determine the next state values in the state table.

Example of Sequential Circuit with JK FF (continued) Present Next Flip-Flop State Input State Inputs A B x A B 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 1 1 1 1 0 0 1 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 0 0 0 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0

Example of Sequential Circuit with T Flip-Flops 1. Flip-Flop input equations:

Example: T Flip-Flops circuit (continued) 2. Substitute the input equations into the flip-flop characteristic equation to obtain the state equations. T Flip-Flop characteristic equation Flip-Flop input equations Sequential Circuit state equations

Example: T Flip-Flops circuit (continued) Present Next State Input State Output A B x A B y 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 1 1 1 0 0 1 0 0 1 0 0 1 0 1 1 1 0 1 1 0 1 1 1 1 1 1 0 0 1