Forum Discussion
SSD001
New Contributor
5 years agoMAX 10 Ethernet Error
Hi Friends
I am using a MAX 10 CPLD (10M16SAUI169I7G) which is connected to LS1012A processor using 10/100 Media independent Interface.The max10 is used for acquiring the data from the ADC based ...
Deshi_Intel
Regular Contributor
5 years agoHi,
From your signal_tap debug, that means it doesn't detect any assertion of ff_rx_sop signal. Nothing is coming out from TSE MAC Rx to FPGA core logic
- It's either something is already corrupted from PHY Rx to FPGA Rx side
- or some issue with your signal_tap sampling clock (fpga_mii_tx_clk)
You can set signal_tap trigger condition to "don't care" stage instead of trigger rising edge
Also you can probe TSE rx_err[5:0] to try identify what kind of error that you are facing
Another common debug approach is to enable TSE internal loopback to isolate whether the issue is inside FPGA or outside on your board setup
Thanks.
Regards,
dlim