Home.Verilog.Digital Design.Digital Basics.Python.RF Basics.
Previous.
Next.
Custom Search

Feedback ? Send it to admin@fullchipdesign.com or join me at fullchip@gmail.com

Legal Disclaimer

Chip Designing for ASIC/ FPGA Design engineers and Students
FULLCHIPDESIGN
Digital-logic Design...  Dream for many students… start learning front-end…

Legal Disclaimer

PICS
Verilog Tutorial.

Representation of Boolean Function in Sum of Minterms

Two step approach to represent three variables in term of Minterms:-

Step1:  Represent the Minterm needs to be considered for the function by ‘1’

Step2:  Take the OR of all Minterms to represent the function.

The Function of Minterms F = x’y’z + x’yz’ + xy’z + xyz’ + xyz

Example: Represent F = x + yz + xy in Sum of Product terms.

F = x (y + y’)(z + z’) + yz (x + x’) + xy (z + z’)

= xyz + xyz’ + xy’z + xy’z’ + xyz + x’yz + xyz + xyz’

= xyz + xyz’ + xy’z + xy’z’ + x’yz

Answer.

x
y
z
Minterm in Function
Minterms
0
0
0
0
0
0
1
1
x’y’z
0
1
0
1
x’yz’
0
1
1
0
1
0
0
0
1
0
1
1
xy’z
1
1
0
1
xyz’
1
1
1
1
xyz

The Function of Minterms F is given below

Binary Numbers 1s_complement 2s_complement Binary Subtraction Binary Sub. Ex's Sign_magnitude SignM EX Gray Coding BCD coding Digital gates NAND NOR & XNOR Theorems Boolean Functions BFunc Examples Minterm Maxterm Sum of Minterms Prdt of Maxterms 2 var K-map 3 var K-map 4 var K-map 5 var K-map Prime Implicant PI example