Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VHDL serial multiplier

Status
Not open for further replies.

sagi2313

Programmer
Aug 19, 2003
3
GR
Hi all,
I need to "write" a simple 4x4 SERIAL multiplier in VHDL.
I need some tutorial or example on the design part.
any circuit or even flow chart that implements a serial multiplier would be great help to me.
I know that the principle is "shift and add" , but this is rather confusing when it comes to detail.
the 2 4-digit numbers are integers and unsigned.
Thanks in advance
Alex
 
If you´re trying to write a simple code, have you tried with "*" multiplier? With the library ieee.std_logic_unsigned.all you might use it. You could also convert the types from integer to any other types to use this function easily.
Tell me if that would help you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top