1 / 29

The Map Method

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

ewa
Download Presentation

The Map Method

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 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.

  2. Two-Variable Map A fn variable have 2n minterms (cells)

  3. 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)

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

  5. Four variable Map

  6. Multilevel NAND circuits To convert multilevel AND-OR to all NAND: • Convert all ANDs with AND-invert • Convert all ORs with invert-OR • 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

  7. Implementing NOR circuits To convert multilevel AND-OR to all NOR: • Convert all ORs with invert-OR • Convert all ANDs with invert-AND • 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

More Related