Advanced Digital Logic Design EECS 303

Similar documents
Digital Integrated Circuits EECS 312

Introduction to Computer Engineering EECS dickrp/eecs203/

Digital Integrated Circuits EECS 312. Review. Combinational vs. sequential logic. Sequential logic. Introduction to sequential elements

Chapter 5 Synchronous Sequential Logic

cascading flip-flops for proper operation clock skew Hardware description languages and sequential logic

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

No feedback between inputs and outputs combinational What is charge sharing?

Unit 11. Latches and Flip-Flops

Digital Logic Design Sequential Circuits. Dr. Basem ElHalawany

INTRODUCTION TO SEQUENTIAL CIRCUITS

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

CSE115: Digital Design Lecture 23: Latches & Flip-Flops

Chapter 5: Synchronous Sequential Logic

Synchronous Sequential Logic. Chapter 5

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

CS8803: Advanced Digital Design for Embedded Hardware

CPS311 Lecture: Sequential Circuits

Logic Design. Flip Flops, Registers and Counters

Switching Circuits & Logic Design

Lecture 8: Sequential Logic

Lecture 11: Synchronous Sequential Logic

Sequential Logic Circuits

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

Sequential logic. Circuits with feedback. How to control feedback? Sequential circuits. Timing methodologies. Basic registers

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

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

Introduction to Sequential Circuits

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.

Review of digital electronics. Storage units Sequential circuits Counters Shifters

A clock is a free-running signal with a cycle time. A clock may be either high or low, and alternates between the two states.

ELCT201: DIGITAL LOGIC DESIGN

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

EECS150 - Digital Design Lecture 19 - Finite State Machines Revisited

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

Sequential Design Basics

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

Logic Design II (17.342) Spring Lecture Outline

EEC 118 Lecture #9: Sequential Logic. Rajeevan Amirtharajah University of California, Davis Jeff Parkhurst Intel Corporation

Introduction. NAND Gate Latch. Digital Logic Design 1 FLIP-FLOP. Digital Logic Design 1

CHAPTER 4: Logic Circuits

Combinational / Sequential Logic

Part II. Chapter2: Synchronous Sequential Logic

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

ELCT201: DIGITAL LOGIC DESIGN

Engr354: Digital Logic Circuits

Basis of sequential circuits: the R-S latch

ELCT201: DIGITAL LOGIC DESIGN

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

CHAPTER 11 LATCHES AND FLIP-FLOPS

Outline. CPE/EE 422/522 Advanced Logic Design L03. Review: Clocked D Flip-Flop with Rising-edge Trigger. Sequential Networks

Digital Fundamentals: A Systems Approach

Digital Logic Design I

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

L4: Sequential Building Blocks (Flip-flops, Latches and Registers)

`COEN 312 DIGITAL SYSTEMS DESIGN - LECTURE NOTES Concordia University

Chapter 5 Synchronous Sequential Logic

Synchronous Sequential Logic

CHAPTER 4: Logic Circuits

Clocks. Sequential Logic. A clock is a free-running signal with a cycle time.

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

Digital Fundamentals

6. Sequential Logic Flip-Flops

Software Engineering 2DA4. Slides 9: Asynchronous Sequential Circuits

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

problem maximum score 1 28pts 2 10pts 3 10pts 4 15pts 5 14pts 6 12pts 7 11pts total 100pts

Experiment 8 Introduction to Latches and Flip-Flops and registers

Synchronous Sequential Logic

Universidad Carlos III de Madrid Digital Electronics Exercises

L5 Sequential Circuit Design

SEQUENTIAL LOGIC. Satish Chandra Assistant Professor Department of Physics P P N College, Kanpur

Combinational vs Sequential

Administrative issues. Sequential logic

Lec 24 Sequential Logic Revisited Sequential Circuit Design and Timing

EE292: Fundamentals of ECE

Sequential Logic. Sequential Circuits. ! Timing Methodologies " Cascading flip-flops for proper operation " Clock skew

EEE2135 Digital Logic Design Chapter 6. Latches/Flip-Flops and Registers/Counters 서강대학교 전자공학과

Practice Homework Problems for Module 3

Sequential Logic and Clocked Circuits

ECE 301 Digital Electronics

Course Administration

Chapter. Synchronous Sequential Circuits

3 Flip-Flops. The latch is a logic block that has 2 stable states (0) or (1). The RS latch can be forced to hold a 1 when the Set line is asserted.

UNIT 11 LATCHES AND FLIP-FLOPS

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

Using minterms, m-notation / decimal notation Sum = Cout = Using maxterms, M-notation Sum = Cout =

MC9211 Computer Organization

RS flip-flop using NOR gate

More on Flip-Flops Digital Design and Computer Architecture: ARM Edition 2015 Chapter 3 <98> 98

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

Switching Circuits & Logic Design

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

Digital Logic Design ENEE x. Lecture 19

RS flip-flop using NOR gate

Chapter 1: Switching Algebra Chapter 2: Logical Levels, Timing & Delays. Introduction to latches Chapter 9: Binary Arithmetic

Section I: Digital System Analysis and Review

Chapter 11 Latches and Flip-Flops

! Two inverters form a static memory cell " Will hold value as long as it has power applied

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

ALGORITHMS IN HW EECS150 ALGORITHMS IN HW. COMBINATIONAL vs. SEQUENTIAL. Sequential Circuits ALGORITHMS IN HW

Synchronous Sequential Logic

Transcription:

Advanced Digital Logic Design EECS 303 http://ziyang.eecs.northwestern.edu/eecs303/ Teacher: Robert Dick Office: L477 Tech Email: dickrp@northwestern.edu Phone: 847 467 2298

Outline Introduction Reset/set latches Clocking conventions D flip-flop. 2. 3. 2 Robert Dick Advanced Digital Logic Design

Section outline Introduction Reset/set latches Clocking conventions D flip-flop. Introduction Reset/set latches Clocking conventions D flip-flop 3 Robert Dick Advanced Digital Logic Design

Flip-flop introduction Introduction Reset/set latches Clocking conventions D flip-flop Stores, and outputs, a value Puts a special clock signal in charge of timing Allows output to change in response to clock transition More on this later Timing and sequential circuits 4 Robert Dick Advanced Digital Logic Design

Introduction Reset/set latches Clocking conventions D flip-flop Introduction to sequential elements Feedback and memory Memory Latches 5 Robert Dick Advanced Digital Logic Design

Feedback and memory Introduction Reset/set latches Clocking conventions D flip-flop Feedback is the root of memory Can compose a simple loop from NOT gates 6 Robert Dick Advanced Digital Logic Design

Feedback and memory Introduction Reset/set latches Clocking conventions D flip-flop Feedback is the root of memory Can compose a simple loop from NOT gates However, there is no way to switch the value 6 Robert Dick Advanced Digital Logic Design

TG and NOT-based memory Introduction Reset/set latches Clocking conventions D flip-flop Can break feedback path to load new value However, potential for timing problems 7 Robert Dick Advanced Digital Logic Design

Section outline Introduction Reset/set latches Clocking conventions D flip-flop. Introduction Reset/set latches Clocking conventions D flip-flop 8 Robert Dick Advanced Digital Logic Design

Reset/set latch Introduction Reset/set latches Clocking conventions D flip-flop R R S Q Q S Q 9 Robert Dick Advanced Digital Logic Design

Reset/set timing Introduction Reset/set latches Clocking conventions D flip-flop 00 Reset Hold Set Reset Set Race R S Q Q Unstable state Unstable state 0 Robert Dick Advanced Digital Logic Design

RS latch state diagram Introduction Reset/set latches Clocking conventions D flip-flop 00 0 output=q Q input=r S 0 00 0 0 0 0 0 00 0 Robert Dick Advanced Digital Logic Design

Clocking terms Introduction Reset/set latches Clocking conventions D flip-flop Input T su T h Clock Clock Rising edge, falling edge, high level, low level, period Setup time: Minimum time before clocking event by which input must be stable (T SU ) Hold time: Minimum time after clocking event for which input must remain stable (T H ) Window: From setup time to hold time 2 Robert Dick Advanced Digital Logic Design

Gated RS latch Introduction Reset/set latches Clocking conventions D flip-flop S Q R ENB Q 3 Robert Dick Advanced Digital Logic Design

Gated RS latch Introduction Reset/set latches Clocking conventions D flip-flop S R ENB Q Q 4 Robert Dick Advanced Digital Logic Design

Memory element properties Introduction Reset/set latches Clocking conventions D flip-flop Type Inputs sampled Outputs valid Unclocked latch Always LFT Level-sensitive latch Clock high LFT (T SU to T H ) around falling clock edge Edge-triggered flip-flop Clock low-to-high transition Delay from rising edge (T SU to T H ) around rising clock edge 5 Robert Dick Advanced Digital Logic Design

Section outline Introduction Reset/set latches Clocking conventions D flip-flop. Introduction Reset/set latches Clocking conventions D flip-flop 6 Robert Dick Advanced Digital Logic Design

Clocking conventions Introduction Reset/set latches Clocking conventions D flip-flop Active high transparent D Q CLK Active low transparent D Q CLK Positive (rising) edge D Q CLK Negative (falling) edge D Q CLK 7 Robert Dick Advanced Digital Logic Design

Introduction Reset/set latches Clocking conventions D flip-flop Timing for edge and level-sensitive latches D Clk Q edge Q level 8 Robert Dick Advanced Digital Logic Design

Introduction Reset/set latches Clocking conventions D flip-flop Latch timing specifications Minimum clock width, T W Usually period / 2 Low to high propegation delay, P LH High to low propegation delay, P HL Worst-case and typical 9 Robert Dick Advanced Digital Logic Design

Latch timing specifications Introduction Reset/set latches Clocking conventions D flip-flop Example, negative (falling) edge-triggered flip-flop timing diagram D T su 20 ns T h 5 ns T su 20 ns T h 5 ns Clk Q T w 20 ns T plh C» Q 27 ns 5 ns T plh D» Q 27 ns 5 ns T phl D» Q 6 ns 7 ns T phl C» Q 25 ns 4 ns 20 Robert Dick Advanced Digital Logic Design

Introduction Reset/set latches Clocking conventions D flip-flop FF timing specifications Minimum clock width, T W Usually period / 2 Low to high propagation delay, P LH High to low propagation delay, P HL 2 Robert Dick Advanced Digital Logic Design

FF timing specifications Introduction Reset/set latches Clocking conventions D flip-flop Example, positive (rising) edge-triggered flip-flop timing diagram D T su 20 ns T h 5 ns T su 20 ns T h 5 ns Clk T w 25 ns Q T plh 25 ns 3 ns T phl 40 ns 25 ns 22 Robert Dick Advanced Digital Logic Design

RS latch states Introduction Reset/set latches Clocking conventions D flip-flop S R Q + Q + Notes 0 0 Q Q 0 0 0 0 unstable 23 Robert Dick Advanced Digital Logic Design

JK latch Introduction Reset/set latches Clocking conventions D flip-flop R S latch Use output feedback to ensure that RS Q + = Q K + Q J 24 Robert Dick Advanced Digital Logic Design

JK latch Introduction Reset/set latches Clocking conventions D flip-flop J K Q Q + 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 hold reset set toggle 25 Robert Dick Advanced Digital Logic Design

JK race Introduction Reset/set latches Clocking conventions D flip-flop Set Reset 00 Toggle Race Condition 26 Robert Dick Advanced Digital Logic Design

Section outline Introduction Reset/set latches Clocking conventions D flip-flop. Introduction Reset/set latches Clocking conventions D flip-flop 27 Robert Dick Advanced Digital Logic Design

Falling edge-triggered D flip-flop Introduction Reset/set latches Clocking conventions D flip-flop Use two stages of latches When clock is high First stage samples input w.o. changing second stage Second stage holds value When clock goes low First stage holds value and sets or resets second stage Second stage transmits first stage Q + = D One of the most commonly used flip-flops 28 Robert Dick Advanced Digital Logic Design

Falling edge-triggered D flip-flop Introduction Reset/set latches Clocking conventions D flip-flop D D Clk= = 0 R Q S Q 0 D D Clock high 29 Robert Dick Advanced Digital Logic Design

Falling edge-triggered D flip-flop Introduction Reset/set latches Clocking conventions D flip-flop D D 0 Holds D when clock goes low Clk== R Q S Q 0 D D Holds D when clock goes low Clock switching Inputs sampled on falling edge, outputs change after falling edge 30 Robert Dick Advanced Digital Logic Design

Falling edge-triggered D flip-flop Introduction Reset/set latches Clocking conventions D flip-flop D D Clk= = 0 D R Q S Q D? 0 Clock low 3 Robert Dick Advanced Digital Logic Design

Edge triggered timing Introduction Reset/set latches Clocking conventions D flip-flop 00 Positive edge t riggered FF Negative edge t riggered FF 32 Robert Dick Advanced Digital Logic Design

RS clocked latch Introduction Reset/set latches Clocking conventions D flip-flop Storage element in narrow width clocked systems Dangerous Fundamental building block of many flip-flop types 33 Robert Dick Advanced Digital Logic Design

JK flip-flop Introduction Reset/set latches Clocking conventions D flip-flop Versatile building block Building block for D and T flip-flops Has two inputs resulting in increased wiring complexity Don t use master/slave JK flip-flops Ones or zeros catching Edge-triggered varieties exist 34 Robert Dick Advanced Digital Logic Design

D flip-flop Introduction Reset/set latches Clocking conventions D flip-flop Minimizes input wiring Simple to use Common choice for basic memory elements in sequential circuits 35 Robert Dick Advanced Digital Logic Design

Toggle (T) flip-flops Introduction Reset/set latches Clocking conventions D flip-flop State changes each clock tick Useful for building counters Can be implemented with other flip-flops JK with inputs high D with XOR feedback 36 Robert Dick Advanced Digital Logic Design

Asynchronous inputs Introduction Reset/set latches Clocking conventions D flip-flop How can a circuit with numerous distributed edge-triggered flip-flops be put into a known state Could devise some sequence of input events to bring the machine into a known state Complicated Slow Not necessarily possible, given trap states Can also use sequential elements with additional asynchronous reset and/or set inputs 37 Robert Dick Advanced Digital Logic Design

Latch and flip-flop equations Introduction Reset/set latches Clocking conventions D flip-flop RS D Q + = S + R Q Q + = D 38 Robert Dick Advanced Digital Logic Design

Latch and flip-flop equations Introduction Reset/set latches Clocking conventions D flip-flop JK T Q + = J Q + K Q Q + = T Q 39 Robert Dick Advanced Digital Logic Design

Outline. 2. 3. 40 Robert Dick Advanced Digital Logic Design

Section outline 2. 4 Robert Dick Advanced Digital Logic Design

Sequential FSM design example We ll walk through the design of an example finite state machine (FSM) Some of the stages will be covered in more detail in later lectures I want you to have a high-level understanding of our overall goal before covering every detail of FSM synthesis 42 Robert Dick Advanced Digital Logic Design

Naturally express control However, no simple direct HW implementation We want to get to sequential logic Need to go though other stages first 43 Robert Dick Advanced Digital Logic Design

Can be expressed with regular expressions, examples Accept the empty string, Accept nothing, Accept 0 or, (0 + ) Accept anything starting with and one or more 0 and ending with 0 or 0, 0 + (0 + 0) Accept anything starting with zero or more 000 or and ending with, (000 + ) 44 Robert Dick Advanced Digital Logic Design

Section outline 2. 45 Robert Dick Advanced Digital Logic Design

(NFA) State graph Multiple states can be active at the same time Some states Accept The automata accepts if any accepting states are active 46 Robert Dick Advanced Digital Logic Design

NFA (0 + 0 + )() + 47 Robert Dick Advanced Digital Logic Design

NFA (0 + 0 + )() + a 0 b c d e 0 f g h i j k 47 Robert Dick Advanced Digital Logic Design

NFA (0 + 0 + )() + a 0 b c d e 0 f g h i j k 47 Robert Dick Advanced Digital Logic Design

NFA (0 + 0 + )() + a 0 b c d e 0 f g h i j k 47 Robert Dick Advanced Digital Logic Design

NFA (0 + 0 + )() + a 0 b c d e 0 f g h i j k 0 47 Robert Dick Advanced Digital Logic Design

NFA (0 + 0 + )() + a 0 b c d e 0 f g h i j k 0 47 Robert Dick Advanced Digital Logic Design

NFA (0 + 0 + )() + a 0 b c d e 0 f g h i j k 0 47 Robert Dick Advanced Digital Logic Design

NFA (0 + 0 + )() + a 0 b c d e 0 f g h i j k 0 47 Robert Dick Advanced Digital Logic Design

NFA (0 + 0 + )() + a 0 b c d e 0 f g h i j k 0 47 Robert Dick Advanced Digital Logic Design

NFA (0 + 0 + )() + a 0 b c d e 0 f g h i j k 0 47 Robert Dick Advanced Digital Logic Design

Section outline 2. 48 Robert Dick Advanced Digital Logic Design

(DFA) NFAs require multiple states to be simultaneously active Can t represent this with conventional logic state variables Need to convert to deterministic representation 49 Robert Dick Advanced Digital Logic Design

DFA (0 + 0 + )() + 50 Robert Dick Advanced Digital Logic Design

DFA (0 + 0 + )() + a b f i abfi 50 Robert Dick Advanced Digital Logic Design

DFA (0 + 0 + )() + a b f c i j abfi cj 50 Robert Dick Advanced Digital Logic Design

DFA (0 + 0 + )() + a b f 0 c d i j 0 d abfi cj 50 Robert Dick Advanced Digital Logic Design

DFA (0 + 0 + )() + a b f 0 c d e i j 0 d ei abfi cj 50 Robert Dick Advanced Digital Logic Design

DFA (0 + 0 + )() + a b f 0 c d e i j abfi cj d ei 0 j 50 Robert Dick Advanced Digital Logic Design

DFA (0 + 0 + )() + a b f 0 c d e i j k abfi cj d ei 0 ki j 50 Robert Dick Advanced Digital Logic Design

DFA (0 + 0 + )() + a b f c 0 0 g d e i j k abfi 0 cj g d ei 0 ki j 50 Robert Dick Advanced Digital Logic Design

DFA (0 + 0 + )() + a b f c 0 0 g d h e i j k abfi 0 cj g d ei 0 ki j hi 50 Robert Dick Advanced Digital Logic Design

DFA (0 + 0 + )() + a b f c 0 0 g d h e i j k abfi 0 cj g d ei 0 ki j hi 50 Robert Dick Advanced Digital Logic Design

DFA to more explicit FSM (0 + 0 + )() + abfi 0 cj g 0 d ki hi ei j 5 Robert Dick Advanced Digital Logic Design

DFA to more explicit FSM (0 + 0 + )() + z abfi 0 cj g 0 d ki hi ei j 5 Robert Dick Advanced Digital Logic Design

DFA to more explicit FSM (0 + 0 + )() + 0 z abfi 0 cj g 0 d ki hi ei j 5 Robert Dick Advanced Digital Logic Design

DFA to more explicit FSM (0 + 0 + )() + 0 z abfi 0 0 0 cj g 0 0 0 d ki hi 0 ei j 0 5 Robert Dick Advanced Digital Logic Design

Section outline 2. 52 Robert Dick Advanced Digital Logic Design

DFA to FSM DFA may only accept or reject Simple to convert Moore FSM Add explicit output values to states 53 Robert Dick Advanced Digital Logic Design

Moore block diagram outputs combinational logic sequential elements feedback combinational logic inputs 54 Robert Dick Advanced Digital Logic Design

Mealy block diagram sequential elements outputs feedback combinational logic inputs 55 Robert Dick Advanced Digital Logic Design

Moore FSMs 0 A/0 B/0 0 0 0 D/ C/0 56 Robert Dick Advanced Digital Logic Design

Section outline 2. 57 Robert Dick Advanced Digital Logic Design

Introduction to state reduction s + s 0 Q A A B 0 B C B 0 C A B 0 D A A 58 Robert Dick Advanced Digital Logic Design

Introduction to state reduction s + s 0 Q A A B 0 B C B 0 C A B 0 D A A 58 Robert Dick Advanced Digital Logic Design

Introduction to state reduction s + s 0 q AC AC B 0 B AC B 0 D AC AC 59 Robert Dick Advanced Digital Logic Design

Introduction to state reduction s + s 0 q AC AC B 0 B AC B 0 D AC AC 59 Robert Dick Advanced Digital Logic Design

Introduction to state reduction s + s 0 q AC AC B 0 B AC B 0 D AC AC 59 Robert Dick Advanced Digital Logic Design

State assignment s + s 0 q ABC ABC ABC 0 D ABC ABC 60 Robert Dick Advanced Digital Logic Design

State assignment s + s 0 q ABC ABC ABC 0 D ABC ABC Only two adjacent states, state assignment is trivial 60 Robert Dick Advanced Digital Logic Design

State assignment s + s 0 q ABC ABC ABC 0 D ABC ABC Only two adjacent states, state assignment is trivial However, good to consider output, q 60 Robert Dick Advanced Digital Logic Design

State variable functions s + s 0 q 0 0 0 0 0 0 6 Robert Dick Advanced Digital Logic Design

State variable functions s + s 0 q 0 0 0 0 0 0 s + (s) = 0 6 Robert Dick Advanced Digital Logic Design

State variable functions s + s 0 q 0 0 0 0 0 0 s + (s) = 0 q(s) = s 6 Robert Dick Advanced Digital Logic Design

Mealy FSMs /0 A /X B 0/0 D 0/0 0/ /0 0/ C / 62 Robert Dick Advanced Digital Logic Design

Mealy tabular form s + /q s 0 A D/0 B/X B C/ B/0 C A/0 B/ D C/ C/0 63 Robert Dick Advanced Digital Logic Design

Mealy to Moore conversion /0 A /X B 0/0 D 0/ 0/0 / 0/ C /0 A/0 B/X B/0 0 0 0 0 D/0 0 C/ 0 B/ 0 C/0 64 Robert Dick Advanced Digital Logic Design

State variable combinational synthesis D flip flops q plain old combinational logic 65 Robert Dick Advanced Digital Logic Design

State variable combinational synthesis clock D flip flops q plain old combinational logic Separate sequential and combinational portions of circuit 65 Robert Dick Advanced Digital Logic Design

State variable combinational synthesis clock D flip flops q plain old combinational logic Separate sequential and combinational portions of circuit Conduct standard logic synthesis 65 Robert Dick Advanced Digital Logic Design

FSM design summary Specify requirements in natural form regular expression or NFA Converting from NFA to DFA is straightforward Converting from DFA to FSM is straightforward Minimize the number of states using compatible states, class sets, and binate covering Assign values to states to minimize logic complexity Allow only adjacent or path transitions for asynchronous machines Optimize implementation of state and output functions 66 Robert Dick Advanced Digital Logic Design

Outline. 2. 3. 67 Robert Dick Advanced Digital Logic Design

Recommended reading M. Morris Mano and Charles R. Kime. Logic and Computer Design Fundamentals. Prentice-Hall, NJ, third edition, 2004 Chapter 7 Chapter 6 68 Robert Dick Advanced Digital Logic Design

Video controller repair lab Design a finite state machine based on an English problem specification The design problem isn t very difficult Going from a real-world problem to a formal representation may be difficult Be careful not to use too many state variables!!! Could easily turn it from a 6 hour lab to a 2 hour lab 69 Robert Dick Advanced Digital Logic Design

Next lecture More detail and examples on FSM design and optimization 70 Robert Dick Advanced Digital Logic Design