Altera_Forum
Honored Contributor
14 years agoTSE_MAC writing extra bits
Hello i am mounting some UDP packages inside NIOS2 and sending them via ETH0, however i am getting some malformed packages errors when i take a look at them with Wireshark.
I tried to increase the data and instruction cache to 16/32K but no improvements happened. I am using altera TSE mac at a DE2-115, When my eth interface sends the packet it always try to complete 32 bits For exemple 0A 0B 0C 0D 0E 0F is a valid package but eth0 is writing 0A 0B 0C 0D 0E 0F 00 00 Any suggestions?