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

IP Files Necessary for Compilation

jeelliso
Beginner
291 Views

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."

Labels (1)
0 Kudos
5 Replies
ShengN_Intel
Employee
286 Views

Hi,


You can't include both the .qsys and .qip files in the GUI at the same time for compilation. Can only include either one.


Thanks,

Regards,

Sheng


0 Kudos
jeelliso
Beginner
235 Views

Thanks for your response. It looks like the error persists even if I remove the .qip file from the project. If I remove the .qsys file, the error goes away. Any idea why this is the case?

 

Best,

 

Jack

0 Kudos
sstrell
Honored Contributor III
225 Views

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.

0 Kudos
ShengN_Intel
Employee
193 Views

Ya, make sure regenerate the platform designer system before include the .qsys.


0 Kudos
ShengN_Intel
Employee
114 Views

Hi,


Do you have any further update? Does the problem being resolved?


Thanks,

Regards,

Sheng


0 Kudos
Reply