- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using quartus prime lite v 21.1 and trying to compile / synthesize and get error
10481 VHDL use Clause error: design library "ieee" does not contain primary unit "float_pkg"
If i look at the directory structure, these files do exist at :
C:\intelFPGA_lite\21.1\quartus\libraries\vhdl\ieee\2008
I tried to set this up in quartus doing tools->options->general->librairies
but this did not help anything, where do i go or how do i set up quartus to point to or use the vhdl 2008 libraries?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VHDL2008 support is limited in the Lite edition. That might be what you are running into.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Reference from KDB:
https://www.intel.com/content/www/us/en/support/programmable/articles/000079430.html
Unfortunately, IEEE fixed_pkg and float_pkg libraries are not supported in the Quartus® Prime Standard edition and Lite edition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I believe that your question has been addressed. With that, I will 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.
Best Regards,
Richard Tan
p/s: If any answer from the community or Intel support are helpful, please feel free to give Kudos.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
You can add the VHDL-2008 Support Library to your project (files fixed_pkg_c.vhdl and fixed_float_types_c.vhdl) and add this declaration:
library ieee_proposed;
use ieee_proposed.fixed_pkg.all;
The library is available at https://github.com/FPHDL/fphdl
Cheers
![](/skins/images/D0BE44A6F0E2FFF243578BBA9279DBB9/responsive_peak/images/icon_anonymous_message.png)
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page