Forum Discussion
Altera_Forum
Honored Contributor
14 years agoTSE_MAC error
Hello all: I'm building a cyclone III custom board integrating a GigabitEthernet interface. In SOPC builder I have the TSEMAC connected to a SGDMA_TX and a SGDMA_RX. When running the simple_soc...
Altera_Forum
Honored Contributor
14 years agoYou're overflooding receive buffers. The buffer becomes full, software tries to check what packet it is and finally disables reception. FIFO overflows and You get that error.