UNIT II - Combinational Circuits
UNIT II - Combinational Circuits
COMBINATIONAL LOGIC
Combinational Circuits
• A combinational logic circuit has:
– A set of m Boolean inputs,
– A set of n Boolean outputs, and
– n switching functions, each mapping the 2m input
combinations to an output such that the current output
depends only on the current input values
• A block diagram:
Combinatorial
Logic
Circuit
Truth Table
Boolean Function
K-Maps for Full Adder
Implementation of Full Adder
Implementation of full adder with two half
adders and an OR gate
Binary Adder: a digital circuit that produces the arithmetic
sum of two binary numbers
It can be constructed with full adders connected in cascade,
with the output carry from each full adder connected to
the input carry of the next full adder in the chain