Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20693 Discussions

Change Quartus project IP search path

Altera_Forum
Honored Contributor II
3,400 Views

Hi, 

 

I am trying to add a HLS created IP into the design. For this I am updating the quartus project IP path in platform designer. 

I am getting the following error. 

 

Error: An unexpected error occurred during Updating Quartus project: java.nio.file.InvalidPathException: Illegal char at index 53: C:/Saumil/HLS/counter/test-fpga.prj/components/count/**/* 

 

Please let me know how to solve this issue. 

 

-Saumil
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
1,320 Views

The 53rd character is an *. Don't use asterisks. Just point to the directory.

0 Kudos
Altera_Forum
Honored Contributor II
1,320 Views

 

--- Quote Start ---  

The 53rd character is an *. Don't use asterisks. Just point to the directory. 

--- Quote End ---  

 

 

The tool itself takes those asterisks. It's not for me to change it.
0 Kudos
Altera_Forum
Honored Contributor II
1,320 Views

Hi, 

 

If still facing the problem. 

Try by opening HLS count project which will add the path automatically so that no need to set it manually. 

or 

1.If you are using Pro version and want to add the directory manually than point till the "components" under global ip search directory it will take the sub-directory and other files automatically. 

2.If you are using Std version and want to add the directory manually than point till the "count" under global ip search directory it will take the sub-directory and other files automatically. 

https://www.altera.com/content/dam/altera-www/global/en_us/pdfs/literature/hb/hls/ug-hls.pdf 

 

Let me know if you need any further assistance. 

 

Best Regards, 

Anand Raj Shankar 

(This message was posted on behalf of Intel Corporation)
0 Kudos
Altera_Forum
Honored Contributor II
1,320 Views

Hi, 

 

I opened the HLS created project itself. 

 

I am using the 17.1 pro version and indicated till the components folder. 

 

PS- I copied the HLS created IP manually in the IP folder inside the project folder. This worked and I could see the IP in Platform designer. Wondering why the tutorial mentioned steps won't work.
0 Kudos
Reply