Universal Gates Sum of Products Products of Sum Lecture 2 Universal Gates Sum of Products Products of Sum
Gate Level Design Basic Gates Universal Gates AND, NAND,OR, NOR, XOR, XNOR,NOT Universal Gates NAND Gates NOR Gates Multiple Inputs Logic Gates
NAND Based Logic Gates
NOR Based Logic Gates
Multiple Inputs Logic Gates
Sum of Products A “sum of products” implementation outputs a 1 when one of the intermediates products is true
Generate a Sum of Products AND inputs which produce an output of 1 OR the outpus of AND gates
Sum of Product Example
Products of Sum Produces a false outputs when one of its intermediate OR gates outputs false
Generate a Product of Sums OR inverse of inputs which produce an output of 0 AND the outputs of OR gates
Product of Sum Example 6=(A+B+C)&(A+B+!C)&(A+!B+!C)&(!A+B+!C)&(!A+B+C)