Forum Discussion
Altera_Forum
Honored Contributor
8 years agoLook at the nCONFIG/nSTATUS/CONF_DONE pins. If you don't have pullups on them, that's maybe your problem. If you do, nSTATUS/CONF_DONE should tell you how things are progressing.
If your only way of talking to your design to know its running is via the JTAG port, have you accidentally disabled it (assigned the pins as I/O) in the design. This is easy to do by mistake - if you are intending to use JTAGEN to give you the option of using the pins as I/O in the future but haven't defined the pins in your design as you aren't using them yet, you will get unused I/Os assigned to the pins and no JTAG regardless of the state of JTAGEN.