
Full Adder is a combinational circuit that adds three inputs and produces two outputs. The first two inputs are A and B and the third input is an input carry as C-IN. The output carry is designated as C-OUT and the normal output is designated as S which is SUM.
Set the inputs and check the outputs match
insert full-adder truth table
regular LEDs
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | A | S | |
| 1 | B | Cout | |
| 2 | Cin | ||
| 3 | |||
| 4 | |||
| 5 | |||
| 6 | |||
| 7 |