Forum Discussion
QPP 26.1 fails to generate PLL IP
- 24 days ago
I confirm that the problem of not being able to generate a PLL IP in QPP 26.1 went away when I used a different Windows 11 account that did NOT have a space in the user folder name under "C:\Users\". Note that this was change was made on the same PC that had the reported error above.
Therefore, it appears that Quartus has a bug in the Parameter Editor generate process that it can not handle spaces in the path it creates under the user's Temp folder during the generate IP process.
Please let me know how I can track this bug report and potentially know that it's fixed in a future QPP version or patch.
Thank you.
Hello Aqid,
I have been testing PLL IP generation between the two different Win 11 PCs. As far as I can tell, the temporary folder alt066_XXXXXX is indeed generated under Temp and populated with the altera_falconmesa_ph2_iopll.sdc file. However, it seems that the Parameter Editor does not read it back during IP generation.
The one difference I see between the two PCs is that the username is two words on the PC where it fails and only one word on the PC where it passes (see Error log snippet below). I'm going to guess that having a space in the path name to the SDC file during IP generation is causing the problem.
Error: add_fileset_file: No such file C:/altera_pro/26.1/ip/altera/altera_iopll/top/{C:/Users/<username>/AppData/Local/Temp/alt0637_15290807326924327962.dir/0003_iopll_0_gen/altera_falconmesa_ph2_iopll.sdc}
Please let me know if you think this is the problem, and I'll see whether the username can be changed on this lab PC. Unfortunately, Windows is very convoluted with account settings (local vs MSFT managed), so I'm not sure that we can change it.
Thank you.
Yes, space is really dangerous. I would suggest you replace the space with underscore
- Robert_PIN_ASAP24 days ago
Occasional Contributor
I confirm that the problem of not being able to generate a PLL IP in QPP 26.1 went away when I used a different Windows 11 account that did NOT have a space in the user folder name under "C:\Users\". Note that this was change was made on the same PC that had the reported error above.
Therefore, it appears that Quartus has a bug in the Parameter Editor generate process that it can not handle spaces in the path it creates under the user's Temp folder during the generate IP process.
Please let me know how I can track this bug report and potentially know that it's fixed in a future QPP version or patch.
Thank you.
- ShengN_altera23 days ago
Super Contributor
The space is very dangerous. And Altera recommended using underscore. You may check this document https://docs.altera.com/r/docs/683463/26.1/quartus-prime-pro-edition-user-guide/migrating-design-files-and-libraries
- Use underscore instead of spaces in file and directory names.