Forum Discussion
Altera_Forum
Honored Contributor
14 years agoCould not find rtl_work.TB.vhd
Hello, The same process is giving issues once again: # ** Error: (vsim-3170) Could not find 'C:\Users\Alfonso\Desktop\PFC\simulation\modelsim\ rtl_work.TB_PFC_main'.# Error loading design...
Altera_Forum
Honored Contributor
14 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