Forum Discussion
Altera_Forum
Honored Contributor
18 years agoContinue using the .vhd extension. That is not a problem.
Don't use the "Libraries" portion of the project settings to specify your VHDL packages. A user library extends the search path beyond the project work directory and the built-in libraries, but does not force the tool to elaborate your VHDL packages. You need to list the .vhd files in the project's "Files" area as mentioned above, not "User Libraries".