Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16606 Discussions

Using SEARCH_PATH with VHDL libraries?

Altera_Forum
Honored Contributor II
1,146 Views

I can use SEARCH_PATH to point to verilog libraries (directories containing files whose names are the module names). 

I don't need to put the source files in the project since they are "found" via SEARCH_PATH just fine. 

But for VHDL, the library has a package of component declarations and then source files, so how can 

the package file be "found" by just referencing the library? 

So how do I use SEARCH_PATH for a library written in VHDL without including all the source files from the library in the project? 

Thanks.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
299 Views

Afaik, you HAVE to include all vhdl source files in your project. But Quartus tends to ignore libraries and references everything as "work"

0 Kudos
Reply