Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21597 Discusiones

Error (12002): Port "sdr_clk_clk" does not exist in macrofunction "u0"

6 Respuestas
Altera_Forum
Colaborador Distinguido II
4.532 Vistas

This error appears rather obvious - the port "pll_areset_conduit_export" does not exist in the u0 module. 

 

In future, I suggest you post your problems as text rather than images.
Altera_Forum
Colaborador Distinguido II
4.532 Vistas

ok, is it a syntax problem somewhere ? I cant figure it out . Ill try posting less images next time. sorry about the bandwidth burning

Altera_Forum
Colaborador Distinguido II
4.532 Vistas

Its not a syntax problem. The "cc_r2a_refdes_sdhc_cntrl_qsys" module does not have a port called pll_areset_conduit_export, but you are trying to connect pll_reset to it. did you forget to export it from your Qsys system, or did you get the name wrong?

Altera_Forum
Colaborador Distinguido II
4.532 Vistas

I am following a 60 something page tutorial pdf , I do not know why these seem to be missing?

Altera_Forum
Colaborador Distinguido II
4.532 Vistas

The problem is a very basic problem. 

You will need to check the Qsys system to ensure the missing port exists in the design.
Altera_Forum
Colaborador Distinguido II
4.532 Vistas

thanks again !

Responder