EEE130Lecture4 2
EEE130Lecture4 2
Lecture #4_2
- Boolean Algebra and Logic Simplification -
000
001 100
010 101
011
4-9 Karnaugh Map SOP
Minimization (3)
• How to do this (K-map simplification of SOP expressions)??
• A group must contain either 1,2,4,8 or 16 cells, which are all powers of two. In the case of a 3-variable
map, 23=8 cells is the maximum group
• Each cell in a group must be adjacent to one or more cells in that same group, but all cells in the group
do not have to be adjacent to each other
• Always include the largest possible number of 1s in a group in accordance with rule 1
• Each 1 on the map must be included in at least one group. The 1s already in a group can be included
in another group as long as the overlapping groups include noncommon 1s.
4-9 Karnaugh Map SOP
Minimization (4)
• Determining the minimum SOP expression from the map
– When we finish with all the 1s representing the standard product terms, the
process of determining the resulting minimum SOP begins
• The rules are:
– Group the cells that have 1s. Each group of cells containing 1s creates one
product term composed of all variables that occur in only one form (either
uncomplemented or complemented) within the group. Variables that occur both
uncomplemented and complemented within the group are eliminated. These are
called contradictory variables
– Determine the minimum product term for each group
• For a 3-variable map:
– 1-cell group 3-variable product term
– 2-cell group 2-variable “
– 4-cell group 1-variable “
– 8-cell group value of 1 for the expression
• For a 4-variable map:
– 1-cell group 4-variable product term
– 2-cell group 3-variable “
– 4-cell group 2-variable “
– 8-cell group 1-variable “
– 16-cell group value of 1 for the expression
– When all the minimum product terms are derived from the Karnaugh map, they
are summed to form the minimum SOP expression
Example 4-26