Serial Adder
Serial Adder
Serial Adder
• The serial binary adder or bit-serial adder is a digital circuit that
performs binary addition bit by bit. The serial full adder has three
single-bit inputs, two for addition and one for carry in(C-in). There are
two single-bit outputs for the sum and carry out(C-out). The C-in
signal is the previously calculated C-out signal. Adding each bit,
lowest to highest, one per clock cycle, performs the addition
State Diagram for serial Adder
STATE TABLE of SERIAL ADDER
Input Present State Next State Output Sum D Flip-Flop
X Y A A* S D
Circuit for Serial Adder