5c digital k-map

3
1  Karnaugh-Map 1 2 3 4 5 6

Upload: afizi-izwan

Post on 06-Jul-2018

219 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 5c Digital K-map

8/17/2019 5c Digital K-map

http://slidepdf.com/reader/full/5c-digital-k-map 1/3

1

 

Karnaugh-Map

1 2

3

4

5

6

Page 2: 5c Digital K-map

8/17/2019 5c Digital K-map

http://slidepdf.com/reader/full/5c-digital-k-map 2/3

2

7

8 9

10

11

Designing Combinational Logic

Circuits

Step 1: Interpret the problem and set up a truth table

o escr e s opera on.

Step 2: Write the product term for each case where

the output is 1. Step 3: Write the SOP expression for the output.

Step 4: Simplify the output expression if possible.

12

ep : mp e men e c r cu or e s m p e

expression.

Page 3: 5c Digital K-map

8/17/2019 5c Digital K-map

http://slidepdf.com/reader/full/5c-digital-k-map 3/3

3

Design Example 1:

Design a logic circuit that has3 i n uts A B a nd C whose  ,output will be HIGH onlywhen a majority of theinputs are HIGH.

Step 1: Understand theproblem and set up the truthtable.

The output X should be 1

 A B C X

0 0 0 0

0 0 1 0

0 1 0 0

13

whenever two or moreinputs are 1. For othercases, the output is 0.

 

1 0 0 0

1 0 1 1

1 1 0 1

1 1 1 1

Design Example 1 (continued)

Step 2: Write the  A B C X

pro uc erm o e ac

case where the output

is 1.

Step 3: Write the SOP

expression for the

output.

 

0 0 1 0

0 1 0 0

0 1 1 1

1 0 0 0

1 0 1 1 A’BC

14

x=A’BC+AB’C+ABC’+ABC

 

1 1 0 1

1 1 1 1

 AB’C

 ABC’

 ABC

Design Example 1 (continued)

Step 4: Simplify the output expression

0 0 0 1BC

A

0

1

11 10

0   0

110

1

1

0

15

X=AC+BC+AB