Forum Discussion
Altera_Forum
Honored Contributor
14 years agoComplex numbers -VHDL
HI all I have a matlab code which am to convert to vhdl. 1. How to deal with complex numbers in vhdl. I have heard that math_complex package cannot be synthesized. I have a input excel file...
Altera_Forum
Honored Contributor
14 years agoJust do the same thing as in C. Have one signal for the real part and another one for the imaginary part.