For example: (multiply two 4-bits numbers)
1 0 1 1 multiplicant
x 1 0 0 1 multiplier
-----------------------
1 0 1 1 <--- 1
+ 0 0 0 0 <--- 0
-----------------------
0 1 0 1 1
+ 0 0 0 0 <--- 0
-----------------------
0 0 1 0 1 1
+ 1 0 1 1 <--- 1
-----------------------
1 1 0 0 0 1 1
|
Notice that:
|
|