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

Update design.txt

parent 64940bc9
No related branches found
No related tags found
1 merge request!2merge the process engine
......@@ -2,6 +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.
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