Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
16011 Discussions

Add search path to IP catalog from cmdline

lematthias
Beginner
425 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
415 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
416 Views

Hi,

You may add the following in the QSF file

set_global_assignment -name IP_SEARCH_PATHS < path>

Thanks.

Best regards,

KhaiY

Reply