digital design with sm charts

15
DIGITAL DESIGN WITH SM CHARTS • SM chart is also called an Algorithmic State Machine (ASM) chart. • It is easier to understand the operation of digital system by inspection of the SM chart compared to a state graph.

Upload: ashutosh0247

Post on 26-Mar-2015

331 views

Category:

Documents


5 download

TRANSCRIPT

Page 1: Digital Design With Sm Charts

DIGITAL DESIGN WITH SM CHARTS

• SM chart is also called an Algorithmic State Machine (ASM) chart.

• It is easier to understand the operation of digital system by inspection of the SM chart compared to a state graph.

Page 2: Digital Design With Sm Charts

Components of an SM chart

Page 3: Digital Design With Sm Charts

Example of a SM chart

Page 4: Digital Design With Sm Charts

Equivalent SM Blocks

Page 5: Digital Design With Sm Charts

Equivalent SM charts for combinational circuit

Page 6: Digital Design With Sm Charts

SM BLOCK with feed back

Page 7: Digital Design With Sm Charts

Different forms realization

Page 8: Digital Design With Sm Charts

Conversion of state graph to an SM chart

Page 9: Digital Design With Sm Charts

Multiplier

K

Sh

Ad

Load

Done

St

M

Add-shift control

Counter

Page 10: Digital Design With Sm Charts

Block diagram of the Electronic Dice Game

Page 11: Digital Design With Sm Charts

Flow chart for Dice game

Page 12: Digital Design With Sm Charts

State graph for Dice game

Page 13: Digital Design With Sm Charts

SM chart for Dice game

Page 14: Digital Design With Sm Charts

PLA table for Multiplier Controller

A+ = A’BM’K + A’BM + AB’K; B+ = A’B’St + A’BM’ + AB’; Load = A’B’St Sh = A’B’St = AB’; Ad = A’BM’; Done = AB

Page 15: Digital Design With Sm Charts

PLA table for Dice game