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

Add search path to IP catalog from cmdline

lematthias
Beginner
1,614 Views

Hi!

I'm looking for a way to add IP search paths to the IP catalog without using the GUI.

In the GUI it can be found in Tools -> Options -> IP Catalog Search Locations

I couldn't find anything in the user guide, is there a tcl command for this?

Thank you very much in advance!

0 Kudos
1 Solution
KhaiChein_Y_Intel
1,604 Views

Hi,

You may add the following in the QSF file

set_global_assignment -name IP_SEARCH_PATHS < path>

Thanks.

Best regards,

KhaiY

View solution in original post

1 Reply
KhaiChein_Y_Intel
1,605 Views

Hi,

You may add the following in the QSF file

set_global_assignment -name IP_SEARCH_PATHS < path>

Thanks.

Best regards,

KhaiY

Reply