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.