Forum Discussion
ieee float and fixed point packages
Hi,
Did you add those libraries to your project? Go to Assignments>Settings>Libraries to add them.
Also, which Quartus version are you using? VHDL 2008 are only supported on certain Quartus versions: https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/po/ss-quartus-comparison.pdf
Regards,
Nurina
- GD764 years ago
Occasional Contributor
I tried that and got an error. So removed that and added straight in VHDL file the following and worked.
library ieee_proposed;
use ieee_proposed.fixed_float_types.all;
use ieee_proposed.fixed_pkg.all;The error is about the library not compiled. But don't know how to compile the ieee library. Thanks anyway.
- Nurina4 years ago
Regular Contributor
Thank you for sharing your solution. I’m glad that your problem is solved, I now transition this thread to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you.
Regards,
Nurina
P/S: If you like my comment, feel free to give Kudos. If my comment solved your problem, feel free to accept my comment as solution!