lecture 6

22
Lecture 6 Karnaugh Map

Upload: magar

Post on 05-Jan-2016

47 views

Category:

Documents


0 download

DESCRIPTION

Lecture 6. Karnaugh Map. Logic Reduction Using Karnaugh Map. Create a Karnaugh Map C ircle (2, 4, 8..) 1’s. OR the minterm generated by each loop. Setting Up Karnaugh Map. Karnaugh Map for 2-Variables. 3-Variables Karnaugh Map. 3-Variable Karnaugh Map. Notice the order: - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Lecture 6

Lecture 6

Karnaugh Map

Page 2: Lecture 6

Logic Reduction Using Karnaugh Map

• Create a Karnaugh Map• Circle (2, 4, 8..) 1’s. • OR the minterm generated by each

loop

Page 3: Lecture 6

Setting Up Karnaugh Map

Page 4: Lecture 6

Karnaugh Map for 2-Variables

Page 5: Lecture 6

3-Variables Karnaugh Map

Page 6: Lecture 6

3-Variable Karnaugh Map

Notice the order:00011110(outputs)

Page 7: Lecture 6

Karnaugh Map for 4-Variables

Page 8: Lecture 6

Example 1

𝑂𝑢𝑡𝑝𝑢𝑡=𝐵𝐶+𝐵𝐶+ 𝐴𝐶

Page 9: Lecture 6

Example 2

𝑂𝑢𝑡𝑝𝑢𝑡=𝐵𝐶+𝐵𝐶+ 𝐴𝐶

Page 10: Lecture 6

Home Alarm Example

Page 11: Lecture 6

Notation

𝐹 (𝑥 , 𝑦 ,𝑧 )=Σ(2,3,4,5)

Page 12: Lecture 6

Looping

• Groups of Two• Groups of Four• Group of Eight

Page 13: Lecture 6

Looping Groups of Two

Page 14: Lecture 6

Looping Groups of Four

Page 15: Lecture 6

Looping Groups of Eight

Page 16: Lecture 6

Problem 1

Page 17: Lecture 6

Solution to Problem 1

Page 18: Lecture 6

Problem 2

Page 19: Lecture 6

Solution to Problem 2

Page 20: Lecture 6

Problem 3

Page 21: Lecture 6

Solution for Problem 3

Page 22: Lecture 6

Two Equally Valid Solutions