In this project, we first design a 4-bit full adder. Then, we design an array multiplier for four-bit numbers using this full adder.
In this part, we design a multiplier using Add & Shift for unsigned four-bit numbers.
- By combining the addition and shift operations, we make the multiplication operation always possible in 4 pulses.
- We design Add & Shift multiplier for signed numbers.