the map method

29
The Map Method • Truth table of f n is unique but f n can be in many different algebraic forms • Simplification by using boolean algebra is often difficult because we don’t know how to proceed •Map method or Karnaugh map (K_Map) is simple and straightforward method that produces minimum number of

Upload: ewa

Post on 24-Feb-2016

42 views

Category:

Documents


0 download

DESCRIPTION

The Map Method. Truth table of f n is unique but f n can be in many different algebraic forms Simplification by using boolean algebra is often difficult because we don’t know how to proceed - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: The Map Method

The Map Method• Truth table of fn is unique but fn can be in many different algebraic forms• Simplification by using boolean algebra is often difficult because we don’t know how to proceed•Map method or Karnaugh map (K_Map) is simple and straightforward method that produces minimum number of terms.

Page 2: The Map Method

Two-Variable Map

A fn variable have 2n minterms (cells)

Page 3: The Map Method
Page 4: The Map Method

Three- Variable Map• Adjacent cells represent minterms that differs by only one variable.

Therefore, adjacent cells are identical except for one variable that appears complemented in one cell and uncomplemented in the adjacent cell.

• Example : F(x,y,x) = ∑ (2,3,4,5)

Page 5: The Map Method

Another example : F(x,y,z) = ∑(3,4,6,7)

Page 6: The Map Method
Page 7: The Map Method
Page 8: The Map Method
Page 9: The Map Method

Four variable Map

Page 10: The Map Method
Page 11: The Map Method
Page 12: The Map Method
Page 13: The Map Method
Page 14: The Map Method
Page 15: The Map Method
Page 16: The Map Method
Page 17: The Map Method
Page 18: The Map Method
Page 19: The Map Method
Page 20: The Map Method
Page 21: The Map Method
Page 22: The Map Method

Multilevel NAND circuits

To convert multilevel AND-OR to all NAND:1. Convert all ANDs with AND-invert2. Convert all ORs with invert-OR3. Check the bubbles in diagrams if any of

them is not compensated by another small circle along the same line insert an inverter(One input NAND) or complement the input literal

Page 23: The Map Method
Page 24: The Map Method
Page 25: The Map Method
Page 26: The Map Method
Page 27: The Map Method

Implementing NOR circuits

To convert multilevel AND-OR to all NOR:1. Convert all ORs with invert-OR2. Convert all ANDs with invert-AND3. Check the bubbles in diagrams if any of

them is not compensated by another small circle along the same line insert an inverter(One input NOR) or complement the input literal

Page 28: The Map Method
Page 29: The Map Method