Forum Discussion
Altera_Forum
Honored Contributor
14 years ago"Target is broken" normally means that the processor did not go into debug mode when it was asked to (by a JTAG transaction).
When it is triggered by JTAG the processor finishes the current instruction and then goes into debug mode. If the current instruction is a read from memory which is wait stating for ever then the current instruction will never complete and you will get this message. Please try inserting a JTAG avalon master into your system, since that only reads when you ask it to you can arrange for it not to read any memory areas which might be broken. Alternatively SignalTap might help