Altera_Forum
Honored Contributor
15 years agoQuartus doesnt seem to recognize the new library
hi, ive been trying to use the library (ieee_proposed) i got from http://vhdlguru.blogspot.com/2010/03/fixed-point-operations-in-vhdl-tutorial.html in my design, but i get the following error in quartus:
Error (10481): VHDL Use Clause error at TEMP_READER.vhd(9): design library "ieee_proposed" does not contain primary unit "fixed_pkg" i copied the library file to the library directories of quartus but stil i get errors and ive included these line in my design file as instructed... library ieee_proposed; use ieee_proposed.fixed_pkg.all; can somebody please help? ive attached the library file regards