Forum Discussion
DSold3
New Contributor
7 years agoUnable to establish a connection because no memory interface targets exist on the linked device
Hi, I'm getting this error when trying to debug my Stratix IV GX board in Quartus 18.1. This error is the same as this old post, but the solution proposed isn't working in 18.1. https://www.intel...
Deshi_Intel
Regular Contributor
7 years agoHi,
global_reset_n pin is the control signal for EMIF IP reset function. What I am saying is have you release EMIF IP from reset stage by setting global_reset_n pin to high ?
The other thing that I suspect is how many EMIF IP interfaces that you have in your design ? It's recommend to have EMIF toolkit to interact with one EMIF IP interface only. So, you can try to reduce your design complexity till having one EMIF toolkit to interact with one EMIF IP and nothing else in your Quartus design.
Another thing is EMIF toolkit is relying on JTAG connection to interact with EMIF IP. "Device has different visible SLD agents" error seems to indicate there are multiple JTAG connection in either your board or in Quartus design that confuse the EMIF toolkit.
Thanks.
Regards,
dlim