Figure 4.2 A serial binary adder
0 Stars     35 Views    

Author: Rupashi

Forked from: Phyu Thwe/Figure 4.2 A serial binary adder

Project access type: Public

Description:

The least expensive circuit in terms of hardware cost for adding two n-bit binary numbers is a serial adder. A serial adder adds the numbers bit by bit and so requires n clock cycles to compute the complete sum of two n-bit numbers. A serial adder consists of a full adder and a flip-flop to store ci.

Created: Nov 25, 2020

Updated: Aug 26, 2023


Comments

You must login before you can post a comment.