I am trying to learn to debug my designs and from my searches none of the video's speak of how to debug with a Zynq.
I used video: https://www.youtube.com/watch?v=acpIiRTxzcM
and marked a couple of signals debug and when I programmed the device I get the message there are no debug cores. Another issue is that I get messages that tell me that when I save the design after I add the debug i get a message telling me that I can avoid rerunning synthesis by marking 'Force Up-to-Date'.
Questions:
After I add debug should I rerun synthesis? I thought when I added debug via "Insertion Flow" I didn't have to rerun synthesis.
I am debugging with the complete design including the processor. Should I debug the individual pieces before I put them into the design?
Is there more information somewhere that explains how to do this with a zynq?