Skip to content
Snippets Groups Projects
Commit 4db49284 authored by Shrawan Parmar (skp196)'s avatar Shrawan Parmar (skp196)
Browse files

Update design.txt

parent c023e6e2
No related branches found
No related tags found
1 merge request!2merge the process engine
......@@ -2,10 +2,10 @@ Design for the booth multiplier a and b
1. add 0 to the end of b
2. divide b into 3 groups
3. calculate the partial products according to the groups
a. Append 0 if sign of 2
b. Copy the multiplicand if sign of 1
c. If (-) sign take 2s complement
d. If (+) don't take 2s complement.
b. If (-) sign take 2s complement
a. If (+) don't take 2s complement.
c. Append 0 if sign of 2 and copy the multiplicand
d. Copy the multiplicand if sign of 1
4. exchange the least 5 column with 1
5. add all the partial product together
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment