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

What TCL is executed during Analysis & Elaboration stage?

Altera_Forum
Honored Contributor II
1,286 Views

Hi All, 

 

 

While execution of the Analysis & Elaboration stage in the Quartus Prime (v16.1.2), I'm receiving the following message in the Messages Window: 

"Warning (125092): Tcl Script File ../../../../../../../../../drives/H/Electronics/FPGA/VHDL/lphud_fpga/arria_v_cores_lib/hdl/serdes_pll_rtl/serdes_pll_rtl_0002.qip not found 

 

 

But I checked and found that this file physically exists in this directory. It seems that the problem is in the path to the file. So, I think to replace the relative path to the file to the absolute path. But I don't know what TCL script is executed while the Analysis & Elaboration stage... What script should be altered with the path to the file?  

 

Please help.  

 

 

 

Thank you!
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
561 Views

The format of that path tells me that you are using a project that was archived as a .qar that, in its original location, pointed to that IP directory and the IP's .qip file. The message is referring to the .qip file as the script. The message is not generated by a script. Check the files that have been added to the project (Project menu -> Add/Remove Files in Project) and make sure the .qip in the correct location is listed there.

0 Kudos
Reply