Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Avisos
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discusiones

altera_connection_identification_hub error

Charlesa
Empleados
1.623 Vistas

Hi,

During compilation of a design in Quartus Prime 17.0, I get following error, 

Warning (12019): Can't analyze file -- file db/ip/slde4bbd51f/altera_connection_identification_hub_170/synth/alt_sld_fab_altera_connection_identification_hub_170_iq3gmfi.sv is missing

However, I can see the file (.sv) in the path and I can read it. 

 

As a result, I got following 12006 Node error

Error (12006): Node instance "ident" instantiates undefined entity "alt_sld_fab_altera_connection_identification_hub_170_iq3gmfi". Ensure that required library paths are specified correctly, define the specified entity, or change the instantiation. If this entity represents Intel FPGA or third-party IP, generate the synthesis files for the IP.

I used assignments to point to the library "db/ip/slde4bbd51f/altera_connection_identification_hub_170/synth" to allow picking up the .sv file. But it did not help. I also copied the .sv file to another folder and pointed it as a local library and that did not help as well. 

Screenshots are attached. 

 

regards,

Charles

Etiquetas (1)
0 kudos
1 Solución
sstrell
Colaborador Distinguido III
1.599 Vistas

Two things: 1) What debugging tool are you using that is adding in the sld hub?  Signal Tap?  2) There are spaces in your project path.  That could be the problem.

Ver la solución en mensaje original publicado

4 Respuestas
sstrell
Colaborador Distinguido III
1.600 Vistas

Two things: 1) What debugging tool are you using that is adding in the sld hub?  Signal Tap?  2) There are spaces in your project path.  That could be the problem.

Charlesa
Empleados
1.519 Vistas

Found there were spaces in the path which was causing the problem. Fixed the path and it is working now. Thank you. 

TingJiangT_Intel
Empleados
1.539 Vistas

Is your project upgraded from an old version?

And please check if your full path is correct (without characters not allowed).


Charlesa
Empleados
1.518 Vistas

Thank you. Fixing the path, fixed the problem. 

Responder