Lecture 4
Lecture 4
Lecture#4
Instructor: Syed Muhammad Usman
The values inside the squares are copied from the output
column of the truth table, therefore there is one square in
the map for every row in the truth table
Karnaugh Map Rules
9
Karnaugh Map Rules
Groups may wrap around the table. The leftmost cell in a row
may be grouped with the rightmost cell and the top cell in a
column may be grouped with the bottom cell.
Karnaugh Map Rules
i. No zeros allowed.
ii. No diagonals.
iii. Only power of 2 number of cells in each group.
iv. Groups should be as large as possible.
v. Every one must be in at least one group.
vi. Overlapping allowed.
vii. Wrap around allowed.
viii. Fewest number of groups possible.
Practice Problems