I'm having issues recompiling a project pulled from a version control repository in Quartus Prime Standard 19.1 due to errors related to a specific FIFO IP.
If I include the .qsys and .qip files in the repository and try to compile from scratch, I receive the following error:
"QIP file that is being generated from a Platform Designer file already exists in the project."
链接已复制
The .qip is the output from generating the IP from the parameter editor. If you include the .qip, that means the IP has already been generated and compiles successfully as you've mentioned. If you include the .qsys, that means the IP has not been generated. It should generate automatically at the beginning of compilation, but I have seen sometimes that it doesn't, so you would have to manually generate first and include the .qip instead.
