Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

MATLAB to VHDL conversion

Altera_Forum
Honored Contributor II
1,377 Views

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 

 

 

Regards
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
651 Views

Real type is not suitable for synthesis. You should look into using the floating point IP cores.

0 Kudos
Reply