7-Digital Logic - Combinational Logic
7-Digital Logic - Combinational Logic
Ch. 2
Combinational Logic
Basic Gates
• Combinational logic: circuits where the output depends on the
present value(s) of the inputs.
• A minterm is a product term (an AND operation) that will be true for
one and only one input code. The minterm must contain every input
variable in its expression.
Example:
For the following truth table, find the canonical sum of
products logic expression & logic circuit.
Combinational Logic Synthesis
Combinational Logic Synthesis
• Minterm list: a compact way to describe the functionality of a logic
circuit by simply listing the row numbers that correspond to an output
of 1 in the truth table
• A minterm list contains the same information as the truth table
Example:
For the following truth table, find the minterm list.
Combinational Logic Synthesis
Combinational Logic Synthesis
Example:
For the following minterm list:
F = ΣA,B,C (0, 3, 7)
(a) find the truth table
(b) Find the canonical sum of products logic expression
(c) Find the canonical sum of products logic diagram
Combinational Logic Synthesis
Combinational Logic Synthesis
Example:
Simplify the problems and find the truth tables