Forum Discussion
Altera_Forum
Honored Contributor
8 years agoMATLAB to VHDL conversion
Hello everyone, I have a (VHDL) code for calculating a (Transfer function) that I generated from (MATLAB). I have the program attached below. When I run the
program it gives the following message (Cannot synthesize non-constant real objects or values). How can I solve this problem? Thank you very much Regards1 Reply
- Altera_Forum
Honored Contributor
Real type is not suitable for synthesis. You should look into using the floating point IP cores.