Quine-McClusky Method-數位邏輯設計筆記
一定愛配王俊堯教授開放課程食用:課程連結
Quine-McClusky Method
Overview
What is Quine-McClusky Method?
- A systematic simplification procedure.
- You input a minterm expansion, you will get a minimum sum of product.
Steps to Do Quine-McClusky Method
- Generate all prime implicants.
- Eliminate as many literals as possible from each term with
.
- Eliminate as many literals as possible from each term with
- Find the minimum solution.
- Use a "prime implicant chart" to select a minimum set of prime implicants that contains a minimum number of literals.
Determination of Prime Implicants
Steps to Determine Prime Implicants
- Represent each minterm with binary code.
- Find decimal number for each binary code.
- List all the binary numbers.
- Group them according to the number of 1's.
- Ex: Group 5 => 5 1's.
- List all groups in a column in a ascending oder.
- Group them according to the number of 1's.
- Start to eliminate terms with adjacnt group by doing
. - Check off all the terms that is combinable.
- The leftovers are "prime implicants".
Finding the Minimum Solution(The Prime Implicant Chart)
Steps to Find the Minimum Solution
- Construct the prime implicant table.
- Make a cross under each decimal number that is a term contained in the prime number implicant at that row.
- Find all the columns that contain only one cross and circle them. Place a star at the left of those rows in which you circle.
- Repeat Step 1-3.
- The rows marked with a star are the essential prime implicants.
Cyclic Prime Implicant Table
- The minimum form can be more than one.
Petrick's Method
What is Petrick's Method?
- Petrick's method is a technique to determine "all" minimum sum of product from a prime implicant table.
- Before applying Petrick's method, all essential prime implicants and the minterms they cover should be "removed" from the chart.
Steps to Do Petrick's Method
- Lable the rows of the table.
- Form a logic function P, which is true when all of the minterms in the table have been covered.
- Reduce P to minimum sum using
and . - Select one solution that has the minimum number of prime implicant, minimum number of literals.
Simplification of Incompletely Specified Functions
How to simplify incompletely specified functions(functions with "don't care")?
- When finding the prime implicants. => Treat the don't care terms as if they were "required minterms".
- When formimg the prime implicant table. => The don't cares are "not" listed at the top of the table.
- Title: Quine-McClusky Method-數位邏輯設計筆記
- Author: Shih Jiun Lin
- Created at : 2023-03-05 20:30:00
- Updated at : 2023-03-06 23:22:19
- Link: https://shih-jiun-lin.github.io/2023/03/05/Quine-McClusky Method/
- License: This work is licensed under CC BY-NC-SA 4.0.