CH 6
CH 6
(디지털 논리회로)
Interview
Lecture 6: Quine-McCluskey Method
SungHoon Lim
Department of Electrical Engineering
Jeonbuk National University
Quine-McCluskey Method
2
Quine-McCluskey Method
3
Quine-McCluskey Method
4
Quine-McCluskey Method
5
Quine-McCluskey Method
6
Quine-McCluskey Method
✓ a'b'c' is not a prime implicant because a' can be eliminated, and the
resulting term (b'c') is still an implicant of F
✓ Implicants b'c' and ac are prime implicants because if we delete a literal
from either term, the term will no longer be an implicant of F
7
Prime Implicant Chart
8
Prime Implicant Chart
9
Prime Implicant Chart
10
Petrick’s Method
Petrick’s Method
✓ Petrick’s Method: Technique for determining all minimum sum-of-
products solutions from a prime implicant chart
✓ Previous example shows that prime implicant chart has two
minimum solutions
✓ As the number of variables increases, the number of prime
implicants and the complexity of the prime implicant chart may
increase significantly
✓ Petrick’s method is a more systematic way of finding all minimum
solutions from a prime implicant chart
11
Petrick’s Method
Petrick’s Method
✓ logic function, P: True when all of the minterms in the chart have been
covered
✓ P1 be a logic variable which is true when the prime implicant in row P1
is included in the solution
✓ Column 0 has X’s in rows P1 and P2, we must choose row P1 or P2 in
order to cover minterm 0
12
Petrick’s Method
Petrick’s Method
✓ Simplify
✓ Use (X + Y)(X + Z) = X + YZ
✓ Use X + XY = X
13
Simplification of Incompletely Specified Functions
✓ Don’t-care terms are treated like required minterms when finding the
prime implicants
14