Abstract


Karnaugh Map Group


  • We group the 1s to show us some of the inputs don’t matter. Thus, we can eliminate those inputs

Karnaugh Map Goup Requirements

  1. Shape: Rectangles/Square (No diagonals)
  2. Size: Power of 2 & as large as possible
  3. Number: Just enough (No redundant groups and cover all the 1s)
  4. Can overlap
  5. Can wrap around the table

Benefits


Save Hardware Cost