Altera_Forum
Honored Contributor
15 years agoTSE transmit and receive buffers
I'm trying to build NIOS II system with Triple Speed Ethernet in SuperLoop mode (DP83848C PHY). I applied the patch to get iniche in SuperLoop mode.
Partitialy it works - I can receive packets (ARP, PING), but when it tryes to reply, 80% of cases fails because new arrived ethernet packets overwrites transmit buffer (in some cases correct reply arrives, in some cases part of data is mixed with new packets, and most of the cases packet does not arrive to the computer at all). Where could be a problem? As I understand, descriptors of sgdma_tx/tx should take care about the buffers, isn't it? I attached a connection of ethernet block of sopc builder. Thanks in advance for any comments.