Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Chapter 11 Dedicated Microprocessors

Page 1 of 46

Contents
Dedicated Microprocessors........................................................................................................................................... 2
11.1 Manual Construction of a Dedicated Microprocessor................................................................................... 4
11.2 Examples....................................................................................................................................................... 8
11.2.1 Greatest Common Divisor..................................................................................................................... 8
11.2.2 Summing Input Numbers .................................................................................................................... 14
11.2.3 High-Low Guessing Game.................................................................................................................. 19
11.2.4 Finding Largest Number ..................................................................................................................... 25
11.3 VHDL for Dedicated Microprocessors ....................................................................................................... 30
11.3.1 FSM + D Model .................................................................................................................................. 30
11.3.2 FSMD Model ...................................................................................................................................... 35
11.3.3 Behavioral Model................................................................................................................................ 37
11.4 Summary Checklist ..................................................................................................................................... 38
11.5 Problems ..................................................................................................................................................... 38
Index ....................................................................................................................................................................... 46

Digital Logic and Microprocessor Design with VHDL

Last updated 6/15/2004 6:39 PM

Chapter 11 Dedicated Microprocessors

Page 2 of 46

Chapter 11

Dedicated Microprocessors

Control
Inputs

Data
Inputs
Control unit

'0'

Datapath

mux
ff
Nextstate
Logic

State
Memory

Output
Logic

register

Control
Signals

Status
Signals
Control
Outputs

Digital Logic and Microprocessor Design with VHDL

ALU

ff

register

8
Data
Outputs

Last updated 6/15/2004 6:39 PM

You might also like