Part II. Chapter2: Synchronous Sequential Logic

Similar documents
Synchronous Sequential Logic. Chapter 5

Chapter 5: Synchronous Sequential Logic

Synchronous Sequential Logic

Sequential Logic Circuits

B.Tech CSE Sem. 3 15CS202 DIGITAL SYSTEM DESIGN (Regulations 2015) UNIT -IV

Synchronous Sequential Logic

Digital Design, Kyung Hee Univ. Chapter 5. Synchronous Sequential Logic

Synchronous Sequential Logic

Chapter 5 Synchronous Sequential Logic

Chapter. Synchronous Sequential Circuits

Sequential Circuits. Output depends only and immediately on the inputs Have no memory (dependence on past values of the inputs)

Digital Logic Design Sequential Circuits. Dr. Basem ElHalawany

Digital Logic Design I

Unit 11. Latches and Flip-Flops

UNIT III. Combinational Circuit- Block Diagram. Sequential Circuit- Block Diagram

Chapter 5 Synchronous Sequential Logic

MC9211 Computer Organization

Chapter 8 Sequential Circuits

Lecture 11: Synchronous Sequential Logic

Combinational / Sequential Logic

ELCT201: DIGITAL LOGIC DESIGN

CHAPTER 4: Logic Circuits

CHAPTER 4: Logic Circuits

The word digital implies information in computers is represented by variables that take a limited number of discrete values.

Chapter 5. Introduction

NH 67, Karur Trichy Highways, Puliyur C.F, Karur District UNIT-III SEQUENTIAL CIRCUITS

Other Flip-Flops. Lecture 27 1

Chapter 5 Sequential Circuits

ECE 25 Introduction to Digital Design. Chapter 5 Sequential Circuits ( ) Part 1 Storage Elements and Sequential Circuit Analysis

Synchronous Sequential Logic

ELCT201: DIGITAL LOGIC DESIGN

Synchronous Sequential Logic

D Latch (Transparent Latch)

CHAPTER1: Digital Logic Circuits

ELCT201: DIGITAL LOGIC DESIGN

Chapter 5 Synchronous Sequential Logic

`COEN 312 DIGITAL SYSTEMS DESIGN - LECTURE NOTES Concordia University

EMT 125 Digital Electronic Principles I CHAPTER 6 : FLIP-FLOP

COE 202: Digital Logic Design Sequential Circuits Part 1. Dr. Ahmad Almulhem ahmadsm AT kfupm Phone: Office:

NH 67, Karur Trichy Highways, Puliyur C.F, Karur District DEPARTMENT OF INFORMATION TECHNOLOGY CS 2202 DIGITAL PRINCIPLES AND SYSTEM DESIGN

Problems with D-Latch

2 Sequential Circuits

ECE 341. Lecture # 2

ELE2120 Digital Circuits and Systems. Tutorial Note 7

(CSC-3501) Lecture 7 (07 Feb 2008) Seung-Jong Park (Jay) CSC S.J. Park. Announcement


Unit 9 Latches and Flip-Flops. Dept. of Electrical and Computer Eng., NCTU 1

Introduction to Sequential Circuits

Sequential Logic. E&CE 223 Digital Circuits and Systems (A. Kennings) Page 1

Logic Design. Flip Flops, Registers and Counters

Logic and Computer Design Fundamentals. Chapter 7. Registers and Counters

CSE Latches and Flip-flops Dr. Izadi. NOR gate property: A B Z Cross coupled NOR gates: S M S R Q M

Flip-Flops. Because of this the state of the latch may keep changing in circuits with feedback as long as the clock pulse remains active.

Chapter 6. Flip-Flops and Simple Flip-Flop Applications

LAB 7. Latches & Flip Flops

Course Administration

CS T34-DIGITAL SYSTEM DESIGN Y2/S3

Chapter 3 Unit Combinational

LATCHES & FLIP-FLOP. Chapter 7

Analysis of Clocked Sequential Circuits

Chapter 5 Sequential Circuits

Combinational vs Sequential

RS flip-flop using NOR gate

DIGITAL CIRCUIT LOGIC UNIT 11: SEQUENTIAL CIRCUITS (LATCHES AND FLIP-FLOPS)

YEDITEPE UNIVERSITY DEPARTMENT OF COMPUTER ENGINEERING. EXPERIMENT VIII: FLIP-FLOPS, COUNTERS 2014 Fall

Engr354: Digital Logic Circuits

Lecture 8: Sequential Logic

Digital Logic Design ENEE x. Lecture 19

Chapter 3. Boolean Algebra and Digital Logic

LAB #4 SEQUENTIAL LOGIC CIRCUIT

Experiment 8 Introduction to Latches and Flip-Flops and registers

Logic Design II (17.342) Spring Lecture Outline

UNIT IV. Sequential circuit

Digital Circuit And Logic Design I. Lecture 8

Digital Circuit And Logic Design I

ELE2120 Digital Circuits and Systems. Tutorial Note 8

Spring 2017 EE 3613: Computer Organization Chapter 5: The Processor: Datapath & Control - 1


Sri Vidya College of Engineering And Technology. Virudhunagar Department of Electrical and Electronics Engineering

EE292: Fundamentals of ECE

Solution to Digital Logic )What is the magnitude comparator? Design a logic circuit for 4 bit magnitude comparator and explain it,

Flip-Flops and Sequential Circuit Design

Chapter 6 Registers and Counters

Final Exam review: chapter 4 and 5. Supplement 3 and 4

CS8803: Advanced Digital Design for Embedded Hardware

WEEK 10. Sequential Circuits: Analysis and Design. Page 1

Sequential Digital Design. Laboratory Manual. Experiment #3. Flip Flop Storage Elements

Advanced Digital Logic Design EECS 303

RS flip-flop using NOR gate

1. Convert the decimal number to binary, octal, and hexadecimal.

Sequential Circuits: Latches & Flip-Flops

Dr.Mohamed Elmahdy Winter 2015 Eng.Yasmin Mohamed. Problem Set 6. Analysis and Design of Clocked Sequential Circuits. Discussion: 7/11/ /11/2015

MODULE 3. Combinational & Sequential logic

10.1 Sequential logic circuits are a type of logic circuit where the output of the circuit depends not only on

INTRODUCTION TO SEQUENTIAL CIRCUITS

CPS311 Lecture: Sequential Circuits

Introduction to Microprocessor & Digital Logic

1.b. Realize a 5-input NOR function using 2-input NOR gates only.

IT T35 Digital system desigm y - ii /s - iii

Digital Circuits ECS 371

Transcription:

課程名稱 : 數位系統設計導論 P-/77 Part II Chapter2: Synchronous Sequential Logic 教師 : 郭峻因教授 INSTRUCTOR: Prof. Jiun-In Guo E-mail: jiguo@cs.ccu.edu.tw

課程名稱 : 數位系統設計導論 P-2/77 Special thanks to Prof. CHING-LING SU for providing this course materials!!!!

Chapter 5 P-3/77 Chapter 5 Synchronous Sequential Logic

Outline P-4/77 5. Sequential Logics 5.2 Latches 5.3 Flip-Flops 5.4 Analysis of Clocked Sequential Circuits 5.5 HDL for Sequential Circuits 5.6 State Reduction and Assignment 5.7 Design Procedure

5. Sequential Circuits P-5/77 5. Sequential Logics 5.2 Latches 5.3 Flip-Flops 5.4 Analysis of Clocked Sequential Circuits 5.5 HDL for Sequential Circuits 5.6 State Reduction and Assignment 5.7 Design Procedure

5. Sequential Circuits P-6/77 Combinational and Sequential Circuits Logic Circuit Combinational Circuit: Output only depends on the present combination of inputs Specified by a set of Boolean Functions Sequential Circuit: Output depends on the input and the state of the storage (past inputs)

5. Sequential Circuits P-7/77 Block Diagram of Sequential Circuits The present state and inputs determine the output and the next state. Inputs Combinational Circuits Next State Memory Elements Outputs Feedback Path Present State

5. Sequential Circuits P-8/77 Classifications of Sequential Circuits Sequential Circuit Synchronous Sequential Circuit: The behavior can be defined form the knowledge of its signals at discrete instants of time. Asynchronous Sequential Circuit: The behavior depends on the input signals at any time instant of time and the order in which the inputs change. (Refer to Chapter 9)

5. Sequential Circuits P-9/77 Synchronous Clocked Sequential Circuits Clocked Sequential Circuit Inputs Combinational Circuits Flip-Flops Outputs Clock Generator Periodic Clock Pulse Storing bit information

5.2 Latches P-0/77 5. Sequential Logics 5.2 Latches 5.3 Flip-Flops 5.4 Analysis of Clocked Sequential Circuits 5.5 HDL for Sequential Circuits 5.6 State Reduction and Assignment 5.7 Design Procedure

5.2 Latches P-/77 Flip-Flop Flop A Flip-flop circuit can maintain a binary state indefinitely until directed by an input signal to switch states.

5.2 Latches P-2/77 R (reset) S (set) Logic Diagram SR Latch with NOR Gates Q Q Functional Table S R Q Q 0 0 0 0 0 0 0 0 0 0 0 0 After S=, R=0 After S=0, R= R (reset) 0 Q R (reset) 0 Q S (set) 0 Q S (set) 0 0 Q R (reset) 0 Q R (reset) 0 0 Q S (set) 0 Q S (set) 0 Q

5.2 Latches P-3/77 S (set) R (reset) Logic Diagram SR Latch with NAND Gates Q Q Functional Table S R Q Q 0 0 0 0 0 0 0 0 After S=, R=0 After S=0, R= S (set) 0 Q S (set) 0 Q R (reset) 0 Q R (reset) Q S (set) 0 Q S (set) Q R (reset) 0 Q R (reset) 0 Q

5.2 Latches P-4/77 SR Latch with Control Input S C R Logic Diagram Q Q Function Table C S R Next State 0 X X No Change 0 0 No Change 0 Q=0; Reset 0 Q=; Set Indeterminate S No Change Q S 0 No Change Q C 0 C R Q R 0 Q S Set 0 Q S 0 Reset 0 Q C C R 0 0 Q R 0 Q

5.2 Latches P-5/77 D Latch: Elimination the undesirable condition of the indeterminate state in SR latch

5.2 Latches P-6/77 Graphic Symbols for Latches SR Latch S SR Latch S R R D D Latch C

5.3 Flip-Flops Flops P-7/77 5. Sequential Logics 5.2 Latches 5.3 Flip-Flops 5.4 Analysis of Clocked Sequential Circuits 5.5 HDL for Sequential Circuits 5.6 State Reduction and Assignment 5.7 Design Procedure

5.3 Flip-Flops Flops P-8/77 Trigger: The change of the input control signal to switch the state of a latch or flip-flop Trigger Level Trigger: Latch Edge Trigger: Flip-flop

5.3 Flip-Flops Flops P-9/77 Problem of Level Trigger: During the period of level triggers, the feedback loops cause the unpredictable results. Inputs Combinational Circuits Flip-Flops Outputs Unpredictable Results Loops Clock Generator

5.3 Flip-Flops Flops P-20/77 Edge-Triggered D Flip-Flop Flop D X D C D Latch (Master) X D C D Latch (Slave) Q Clock Negative Edge Trigger Data Transfer

5.3 Flip-Flops Flops P-2/77 Positive-Edge Edge-Triggered D Flip-Flop Flop

5.3 Flip-Flops Flops P-22/77 Setup Time and Hold Time for Flip-Flop Flop Input D must be a stable data!! Clock Setup Time Input data D Hold Time

5.3 Flip-Flops Flops P-23/77 Graphic Symbols for D Flip-Flop Flop D D C Positive-Edge Triggered D FF C Negative-Edge Triggered D FF

5.3 Flip-Flops Flops P-24/77 Characteristic Table of D Flip-Flop Flop D Q(t+) 0 0 Reset Set Characteristic Table

5.3 Flip-Flops Flops P-25/77 JK Flip-Flop Flop J K D Q J C Clock C Q K Circuit Diagram Graphic Symbol J K D(t+) D = JQ + K Q 0 0 Q(t) No change 0 0 Reset 0 Set Q (t) Complement Characteristic Table

5.3 Flip-Flops Flops P-26/77 T (toggle) Flip-Flop Flop T D T J C C K T FF from D FF T FF from JK FF T Q(t+) D = T + Q = TQ + T Q 0 Q(t) No Change Q (t) Complement Characteristic Table T C Graphic Symbol

5.3 Flip-Flops Flops P-27/77 Characteristic Equations: The logical properties of a flip-flop as described in the characteristic table can be expressed also algebraically with a characteristic equation. D FF: Q(t+) = D JK FF: Q(t+) = JQ + K Q T FF: Q(t+) = T + Q = TQ + T Q

5.3 Flip-Flops Flops P-28/77 Direct Inputs (Asynchronous Inputs) Circuit Diagram Clock S R Q Q Clock 0 S R 0 0 Q Q D Reset D Direct Reset (Clear) 0 0 Data Graphic Symbol D Q Function Table R C D Q Q Clock C R Q 0 X X 0 0 0 0 Reset

5.4 Analysis of Clocked Sequential Circuits P-29/77 5. Sequential Logics 5.2 Latches 5.3 Flip-Flops 5.4 Analysis of Clocked Sequential Circuits 5.5 HDL for Sequential Circuits 5.6 State Reduction and Assignment 5.7 Design Procedure

5.4 Analysis of Clocked Sequential Circuits P-30/77 State Equation (Transition Equation): State Equation (Transition Equation): A state equation (also called transition equation) specified the next state as a function of the present state and inputs.

5.4 Analysis of Clocked Sequential Circuits P-3/77 Example of Sequential Circuit x D A A(t+) = A(t)x(t) + B(t)x(t) B(t+) = A (t)x(t) C A A(t+) = Ax + Bx B(t+) = A x Clock D C B B y(t) = [A(t)+B(t)]x (t) y y = (A+B)x

5.4 Analysis of Clocked Sequential Circuits P-32/77 State Table (Transition Table) Table Consist of 4 sections:. Present State 2. Inputs 3. Next State 4. Outputs

5.4 Analysis of Clocked Sequential Circuits P-33/77 Example of State Table (Transition Table) Example State Table Depend on Circuit x D C A A Present Next State Input State Output A B x A B y Clock D C B B 2 3 Items 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 y

5.4 Analysis of Clocked Sequential Circuits P-34/77 Example of State Table (Transition Table) Example Second Form of the State Table x D C A A Present State Next State Output x=0 x= x=0 x= AB AB AB y y Clock D C B B 00 00 0 0 0 0 00 0 0 00 0 0 00 0 0 y

5.4 Analysis of Clocked Sequential Circuits P-35/77 State Diagram 0/0 00 0/ 0 /0 0/ 0/ 0 /0 /0 /0 Input/Output State Present State Next State Output x=0 x= x=0 x= AB AB AB y y 00 00 0 0 0 0 00 0 0 00 0 0 00 0 0

5.4 Analysis of Clocked Sequential Circuits P-36/77 Flip-Flop Flop Input Equations. The logic diagram of a sequential circuit consists of flipflops and gates. 2. The part of combination circuit that generates external outputs is described algebraically by a set of Boolean functions called output equations. 3. The part of the circuit that generates the inputs to flipflops is described algebraically by a set of Boolean functions called flip-flop input equations (sometimes called excitation equations). 4. The designer adopts the convention of using the flipflop input symbol to denote the input variable and subscript to designate the name of the flip-flop outputs.

5.4 Analysis of Clocked Sequential Circuits P-37/77 Example of Flip-Flop Flop Input Equations

5.4 Analysis of Clocked Sequential Circuits P-38/77 Analysis with D Flip-Flops Flops

5.4 Analysis of Clocked Sequential Circuits P-39/77 The next-state can be derived by following procedure. Determine the flip-flop equations in terms of the present state and input variables 2. List the binary values of each input equation 3. Use the corresponding flip-flop characteristic table to determine the next state values in the state table

5.4 Analysis of Clocked Sequential Circuits P-40/77 Analysis with JK Flip-Flops Flops

5.4 Analysis of Clocked Sequential Circuits P-4/77 Analysis with JK Flip-Flops Flops (Continued) Sequential Circuit with JK Flip-Flop Present Next Flip-Flop State Input State Inputs A B x A B J A K A J B K B 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0

5.4 Analysis of Clocked Sequential Circuits P-42/77 The next-state can be obtained by evaluating the state equation from the characteristic equation. Determine the flip-flop equations in terms of the present state and input variables 2. Substitute the input equations into the flip-flop characteristic equation to obtain the state equation 3. Use the corresponding state equations to determine the next state values in the state table

5.4 Analysis of Clocked Sequential Circuits P-43/77 Analysis with JK Flip-Flops Flops (Continued) JK Flip-Flop Characteristic Equations A(t+) = JA + K A B(t+) = JB + K B A(t+) = BA + (Bx) A = A B + AB + Ax B(t+) = x B + (A + x ) B = B x + ABx + A Bx Flip-Flop Input Equations J A = B K A = Bx J B = x K B = A x + Ax = A x + 00 0 State Diagram 0 0 0 0 0

5.4 Analysis of Clocked Sequential Circuits P-44/77 Analysis with T Flip-Flops Flops

5.4 Analysis of Clocked Sequential Circuits P-45/77 Analysis with T Flip-Flops Flops (Continued) State Table Present Next State Input State Output AB x AB y 00 0 00 0 00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00 State Diagram 0 0 00/0 0/0 / 0/0 0 0

5.4 Analysis of Clocked Sequential Circuits P-46/77 Mealy and Moore Models Model Classification of Sequential Circuits Mealy Model (Mealy FSM, Mealy Machine): The output is a function of both the present state and input. Moore Model (Moore FSM, Moore Machine): The output is a function of present state only. The output are synchronous with the clock.

5.4 Analysis of Clocked Sequential Circuits P-47/77 Example of Mealy Model x D A C A D B Clock C B y

5.4 Analysis of Clocked Sequential Circuits P-48/77 Example of Moore Model

5.5 HDL for Sequential Circuits P-49/77 5. Sequential Logics 5.2 Latches 5.3 Flip-Flops 5.4 Analysis of Clocked Sequential Circuits 5.5 HDL for Sequential Circuits 5.6 State Reduction and Assignment 5.7 Design Procedure

5.5 HDL for Sequential Circuits P-50/77 Referred to TA

5.6 State Reduction and Assignment P-5/77 5. Sequential Logics 5.2 Latches 5.3 Flip-Flops 5.4 Analysis of Clocked Sequential Circuits 5.5 HDL for Sequential Circuits 5.6 State Reduction and Assignment 5.7 Design Procedure

5.6 State Reduction and Assignment P-52/77 State Reduction of Sequential Circuits. State Reduction: Lower the requirement of flip-flop 2. m flip-flop produce 2 m states 3. The characteristic of a sequential circuit: inputoutput sequences (not the internal circuits)

5.6 State Reduction and Assignment P-53/77 Example of State Reduction

5.6 State Reduction and Assignment P-54/77 Example of State Reduction (Continued) State Table Next State Output Present State x=0 x= x=0 x= a a b 0 0 b c d 0 0 c a d 0 0 d e f 0 e a f 0 f g f 0 g a f 0 Equivalent State Removed State

5.6 State Reduction and Assignment P-55/77 Example of State Reduction (Continued) State Table Next State Output Present State x=0 x= x=0 x= a a b 0 0 b c d 0 0 c a d 0 0 d e f 0 e a f 0 f g f 0 g replaced by e

5.6 State Reduction and Assignment P-56/77 Example of State Reduction (Continued) State Table Next State Output Present State x=0 x= x=0 x= a a b 0 0 b c d 0 0 c a d 0 0 d e f 0 e a f 0 f e f 0 Equivalent State Removed State

5.6 State Reduction and Assignment P-57/77 Example of State Reduction (Continued) State Table Next State Output Present State x=0 x= x=0 x= a a b 0 0 b c d 0 0 c a d 0 0 d e f 0 e a f 0 f replaced by d

5.6 State Reduction and Assignment P-58/77 Example of State Reduction (Continued) State Table Next State Output Present State x=0 x= x=0 x= a a b 0 0 b c d 0 0 c a d 0 0 d e d 0 e a d 0

5.6 State Reduction and Assignment P-59/77 Example of State Reduction (Continued) State Diagram 0/0 Initial state a, I/O sequence: State a a b c d e d d e d e a Input 0 0 0 0 0 0 Output 0 0 0 0 0 0 0 0 c 0/0 a /0 0/0 0/0 b c 0/0 / d /0 /0 /

5.6 State Reduction and Assignment P-60/77 State Assignment

5.7 Design Procedure P-6/77 5. Sequential Logics 5.2 Latches 5.3 Flip-Flops 5.4 Analysis of Clocked Sequential Circuits 5.5 HDL for Sequential Circuits 5.6 State Reduction and Assignment 5.7 Design Procedure

5.7 Design Procedure P-62/77 Design Procedure for Synchronous Sequential Circuits. Derive a state diagram 2. Reduce the number of states if necessary 3. Assign binary values to the state 4. Obtain the binary-coded state table 5. Choose the type of flip-flops to be used 6. Derive the simplified flip-flop input equations and output equations 7. Draw the logic diagram

5.7 Design Procedure P-63/77 Design Example: Problem Description Design a circuit that detects three or more consecutive s in a string of bits coming through an input line. 0 0 S 0 /0 S /0 0 0 S 3 / S 2 /0

5.7 Design Procedure P-64/77 Synthesis Using D Flip-Flops Flops. Design by EDA Tools: Transfer the problem description into the synthesizable HDL Language and employ the synthesis tool to generate the circuit netlist (Reference to 5.6). 2. Design by hand: Next transparency

5.7 Design Procedure P-65/77 Assign Binary Code to the States S 0 S S 2 S 3 00 (AB) 0 (AB) 0 (AB) (AB)

5.7 Design Procedure P-66/77 List State Table with D FFs State Table Present Next State Input State Output AB x AB y m 0 00 0 00 0 m 00 0 0 m 2 0 0 00 0 m 3 0 0 0 m 4 0 0 00 0 m 5 0 0 m 6 0 00 m 7

5.7 Design Procedure P-67/77 Find the Next State and Output Equations A(t+) = D A (A,B,x) = Σ (3,5,7) B(t+) = D B (A,B,x) = Σ (,5,7) y = (A,B,x) = Σ (6,7) D A = Ax + Bx D B = Ax + B x y = AB

5.7 Design Procedure P-68/77 Logic Simplification D A Bx A 00 B= 0 0 D B Bx A 00 B= 0 0 0 0 A= A= x= D A = Ax + Bx x= D B = Ax + B x y Bx A 00 B= 0 0 0 A= x= y = AB

5.7 Design Procedure P-69/77 Draw the Logic Diagram of Sequential Circuits Ax D A x Bx C B x D B Clock C B y

5.7 Design Procedure P-70/77 Excitation Tables A table lists the required inputs for a given change of state. Q(t) Q(t+) JK Flip-Flop J K Q(t+) 0 0 Q(t) No change 0 x 0 0 Reset 0 Set Q (t) Complement Characteristic Table Q(t) Q(t+) J K 0 0 0 x 0 x 0 x x 0 Excitation Table

5.7 Design Procedure P-7/77 Excitation Tables (Continued) T Flip-Flop T Characteristic Table Q(t+) Excitation Table Q(t) Q(t+) T 0 Q(t) No Change Q (t) Complement 0 0 0 0 0 0

5.7 Design Procedure P-72/77 Synthesis Using JK Flip-Flops Flops State Table Present Next Flip-Flop State Input State Input AB x AB J A K A J B K B 00 0 00 0 x 0 x 00 0 0 x x 0 0 0 x x 0 0 0 x x 0 0 0 0 x 0 0 x 0 x 0 x 0 x 0 x 0 00 x x

5.7 Design Procedure P-73/77 K-Map Logic Simplification

5.7 Design Procedure P-74/77 Draw the Sequential Circuits with JK FFs x Bx J A C Bx K A x J B C A + x K B Clock

5.7 Design Procedure P-75/77 Synthesis Using T Flip-Flops Flops Design Example: 3-bit Binary Counter Using T FFs. N-bit binary counter consists of n flip-flops 2. N-bit binary counter can count 0 to 2 n - 3. 3-bit counter 0 to 7 4. 3-bit counter internal states 000 to

5.7 Design Procedure P-76/77 State Diagram and State Table of 3-bit 3 Binary Counter State Diagram State Table 00 000 Present State Next State Flip-Flop Inputs A 2 A A 0 A 2 A A 0 T A2 T A T A0 00 0 0 0 00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Refer to T-FF Excitation Table

5.7 Design Procedure P-77/77 K-Map Logic Simplification for 3-bit 3 Binary Counter T A2 = A A 0 T A = A 0 A A 0 A 2 00 A 0 0 A A 0 A 2 00 A 0 0 0 0 A 2 = A 2 = T A0 = A 0 A 0 A A 0 A 2 00 0 A 0 0 A 2 = A 0

5.7 Design Procedure P-78/77 Draw the 3-bit 3 Binary Counter Circuits with T FFs A 2 A A 0 C T C T C T Clock

Exercise P-79/77 Problem set 5-2, 5-6, 5-7, 5-9, 5-2, 5-6, 5-9, 5-20, 5-30 Deadline 2005/5/9