complex multiplier

Joined
Jan 12, 2011
Messages
1
Reaction score
0
hi, how going to write the code for complex multiplier in VHDL?
What the suitable device family in QuartusII if i want do the numeric problem?
thanks
 
Joined
Sep 21, 2010
Messages
5
Reaction score
0
you don't need to write code for multipliers , look for IP core (in xilinx) or something. It should do the work.
 
Joined
Jan 20, 2011
Messages
4
Reaction score
0
Complex?

What do you mean exactly by complex?

For multiplication in VHDL, you do not even need to instantiate a core. Just write:

a <= b * c;

If you want to use complex numbers, take a look at the VHDL-2008 standard. There are new libraries that provide complex numbers.

-- Philippe
sigasi.com
 

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,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top