Week 5
Week 5
Product terms
A
AB
B
C CD
D AB + CD + . . . + JK
Sum-of-products
J
JK
K
Product term
Combinational Logic Circuits
An example of an SOP implementation is shown. The SOP
expression is an AND-OR combination of the input variables
and the appropriate complements.
Combinational Logic Circuits
When the output of a SOP form is inverted, the circuit is called an
AND-OR-Invert circuit. The AOI configuration lends itself to
product-of-sums (POS) implementation.
An example of an AOI implementation is shown. The output
expression can be changed to a POS expression by applying
DeMorgan’s theorem twice.
Exclusive-OR Logic
Inputs Output
The truth table for an exclusive-OR gate is A B X
Notice that the output is HIGH whenever 0 0 0
0 1 1
A and B disagree. 1 0 1
1 1 0
The Boolean expression is X =AB +AB
The circuit can be drawn as
A
Symbols:
X =1
A
A A
A
A A
A A
A+B A +B
B B
A A
A+B A +B
B B
A A
A+B A +B
B B
A A
A+B A +B
B B
A A
A+B A +B
B B
inputs are HIGH, the output is LOW. For a 2-input gate, the truth table is
Inputs Output A X
A B X B
A X
B 0 0 1
0 1 0 A ≥1 X
1 0 0 B
1 1 0
The NOR operation is shown with a plus sign (+) between the variables and
an overbar covering them. Thus, the NOR operation is written as X = A + B.
Universal Gates - NOR
NOR gates are also universal gates and can form all of the basic gates.
A A A A+ B
B
Inverter OR gate
A A
AB AB
B B
A A A A+ B
B
Inverter OR gate
A A
AB AB
B B
A A A A+ B
B
Inverter OR gate
A A
AB AB
B B
A A A A+ B
B
Inverter OR gate
A A
AB AB
B B
A A A A+ B
B
Inverter OR gate
A A
AB AB
B B