Problem with booth algorithm

Joined
Jul 10, 2010
Messages
4
Reaction score
0
Hi friends,

I am implementing booth's multiplier now a days. I want to know about the code needed to multiply -2 with a std_logic_vector. What i am doing is to just shift the vector by '1' on left and then taking its 2's complement. but by doing this, i cannot get the correct results. i am pasting the code here:

VP <= NOT(TEMP(ABIT-2 DOWNTO 0)&'0')+1; -- multiply by -2
VP <= NOT(TEMP)+1; -- multiply by -1

where ABIT is 32 in my design.

thanking all of you people in advance.

regards,
ashfaq ahmed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top