130 likes | 146 Views
This lecture covers the concepts of half adders and full adders in digital electronics, including their truth tables, Boolean expressions, and circuit diagrams. Designing a full adder hierarchically using two half adders and an OR gate is also discussed.
E N D
Single-bit Adder Circuits (Lecture #12) ECE 301 – Digital Electronics The slides included herein were taken from the materials accompanying Fundamentals of Logic Design, 6th Edition, by Roth and Kinney, and were used with permission from Cengage Learning.
ECE 301 - Digital Electronics The Half Adder (HA)
ECE 301 - Digital Electronics 0 0 1 1 + 0 + 1 + 0 + 1 0 1 1 10 Sum Carry Sum The Half Adder
ECE 301 - Digital Electronics The Half Adder Truth Table
ECE 301 - Digital Electronics Given the truth table on the previous slide, 1. Derive the Boolean expressions for the sum and carry. 2. Draw the corresponding circuit diagram. The Half Adder
ECE 301 - Digital Electronics The Full Adder (FA)
ECE 301 - Digital Electronics The Full Adder 0 0 0 0 0 0 1 1 + 0 + 1 + 0 + 1 0 1 1 10 Carry-in 1 1 1 1 0 0 1 1 + 0 + 1 + 0 + 1 1 10 10 11 Carry-out Sum
ECE 301 - Digital Electronics The Full Adder Truth Table
ECE 301 - Digital Electronics Given the truth table on the previous slide, 1. Derive the Boolean expressions for the sum and carry-out. 2. Draw the corresponding circuit diagram. The Full Adder
ECE 301 - Digital Electronics Design the Full Adder hierarchically, using 2 Half Adders 1 OR gate The Full Adder
ECE 301 - Digital Electronics The Full Adder Half Adder (ha2) Cin Sum B A Cout Half Adder (ha1)
ECE 301 - Digital Electronics Questions?