Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- use work.FIXED_PKG.ALL with it, the quartus works --- Quote End --- Ok. But this line means that you have changed back to the case where all libraries should be compiled into the work library. --- Quote Start --- but we are stuck at modelsim: # ** Error: C:/Users/Alfonso/Desktop/PFC/fixed_pkg_c.vhdl(22): Library ieee_proposed not found.# ** Error: C:/Users/Alfonso/Desktop/PFC/fixed_pkg_c.vhdl(23): (vcom-1136) Unknown identifier "IEEE_PROPOSED".# ** Error: C:/Users/Alfonso/Desktop/PFC/fixed_pkg_c.vhdl(28): VHDL Compiler exiting --- Quote End --- Read the error message - its telling you that its looking for library ieee_proposed. Doesn't that make you think: oh, i thought i edited that file and changed those lines to use work.fixed_pkg.all; Then you would edit the file, re-run the example and not have an issue. Try that, and let me know how it goes. Cheers, Dave