Topic 5. Simplification of Logical Equations Using Tabular Method
Topic 5. Simplification of Logical Equations Using Tabular Method
Topic 5. Simplification
of Logical Equations
using Tabular Method
3.3 Boolean
Function with
Logic Gates
Step
1. Arrange the given minterms/maxterms in an ascending order and make
groups based on the number of ‘1’
2. Compare in successive groups to find “matched pair”
3. Repeat step 2 with newly formed tems till we get all prime implicants
4. Formulate prime implicants table and find essential prime implicants
Example 1.
𝐹 𝐴, 𝐵, 𝐶, 𝐷 = σ 𝑚(0,1,3,7,8,9,11,15)
Binary representation
0 – 0000 9 – 1001
1 – 0001 11 – 1011
3 – 0011 15 – 1111
7 – 0111
8 – 1000
Step 4 : Formulate prime implicants table and find essential prime implicants
→ 𝐵ത 𝐶ҧ + 𝐶𝐷
𝐵ത 𝐶ҧ 0, 1, 8, 9 x x x x
ത
𝐵𝐷 1,3,9, 11 x x x x
𝐶𝐷 3, 7, 11, 15 x x x x
14 CE232 Digital Systems
5.2 Quine-McCluskey Method
Step 1 : Arrange the given maxterms in an ascending order and make groups
based on the number of ‘1’
Group Maxterms ABCD
O M0 0000
1 M1 0001
M8 1000
2 M3 0011
M9 1001
3 M7 0111
M11 1011
4 M15 1111
16 CE232 Digital Systems
5.2 Quine-McCluskey Method
Step 4 : Formulate prime implicants table and find essential prime implicants
→ (𝐵 + 𝐶) (𝐶ҧ + 𝐷)
ഥ
𝐵+𝐶 0, 1, 8, 9 x x x x
ഥ
B+𝐷 1,3,9, 11 x x x x
𝐶ҧ + 𝐷
ഥ 3, 7, 11, 15 x x x x
19 CE232 Digital Systems
5.2 Quine-McCluskey Method
Example 3.
Simplify F(A,B,C,D) = σ 𝑚(0,1,2,3,4,6,7,11,12,15)
Binary representation
0 – 0000 6 – 0110
1 – 0001 7 – 0111
2 – 0010 11 – 1011
3 – 0011 12 – 1100
4 – 0100 15 – 1111
And – 1 0 0 → B𝐶ҧ 𝐷
ഥ
23 CE232 Digital Systems
5.2 Quine-McCluskey Method
Step 4 : Find
essential prime P.I. Minterms Involved 0 1 2 3 4 6 7 11 12 15
implicants
B𝐶ҧ 𝐷
ഥ 4, 12 X 12
B𝐶ҧ 𝐷
ഥ + 𝐴ҧ𝐵+
ത 𝐴ҧ𝐷
ഥ + CD
𝐴ҧ𝐵ത 0, 1, 2, 3 X X X X
𝐴ҧ𝐷
ഥ 0, 2, 4, 6 X X X X
ҧ
𝐴𝐶 2, 3, 6, 7 X X X X
CD 3, 7, 11, 15 X X X X
24 CE232 Digital Systems
References
M. Morris Mano, Digital Design, 5th ed, Prentice Hall, 2012, Chapter 4
Next Topic : Signed Number Format