| Author |
Message |
Ikon
Joined: 16 Nov 2005 Posts: 33 Helped: 1
|
06 Jul 2009 14:19 verilog code for multiplier |
|
|
|
|
Hi All,
I am in need of a verilog code for a 32-bit multiplier.
i have searched in sourceforge.net but did not find the verilog code for 32 bit multiplier.
If any one of you has the code, please upload it.
Kind Regards
|
|
| Back to top |
|
 |
thiagu_comp
Joined: 05 Jun 2009 Posts: 32 Helped: 1 Location: Bangalore
|
07 Jul 2009 17:22 multiplier |
|
|
|
|
| Can you explain in more detail. '*' operator can also do multiplication in verilog, if you are not concerned about resources or timing. Are you looking for a specific multiplier algorithm? or certain resource constraint? or timing?
|
|
| Back to top |
|
 |
Google AdSense

|
07 Jul 2009 17:22 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
srpatel9
Joined: 14 Mar 2009 Posts: 28 Location: USA
|
07 Jul 2009 19:58 verilog code for multipliers |
|
|
|
|
Hi,
You can go on this website and feed in the details about your multiplier.
http://www.aoki.ecei.tohoku.ac.jp/arith/mg/index.html
Eg: If you want a wallace tree based algorithm with Kogistone as end adders. Or some other alogorithm. Thye will mail you the code.
|
|
| Back to top |
|
 |
AMEED12
Joined: 03 Apr 2007 Posts: 17
|
11 Aug 2009 10:45 verilog multiplier |
|
|
|
|
| you go through opencores.org.in
|
|
| Back to top |
|
 |