Forum Discussion
Dzar
Occasional Contributor
7 years agoSuggestions for Debugging HPS MAC issues?
I am using EMAC0 in a Cyclone V HPS system. On a development board with a similar device (not exactly the same package, but a dual-core ARM Cyclone V part nonetheless) I can set up the MAC/PHY (same ...
FawazJ_Altera
Frequent Contributor
7 years agoHello,
The logic analyzer will give you information until FPGA level. Inside FPGA we need to know what is going on. So, You can map HPS signals to FPGA and then you can use signaltap to trace signals.
This tutorial will help you:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an706.pdf
thanks