Forum Discussion
Altera_Forum
Honored Contributor
12 years agoNo it's not that simple. The CPU doesn't output the frames itself word by word. It uses a DMA. The packet emission part is actually quite fast (a DMA can usually read one word per cycle, so with the SGDMA clocked at 120MHz on a 32-bit bus, that would be a bit more than 3.8Gbits/s, if the memory can follow). What takes time is all the software processing by the IP stack, is much more difficult to estimate, and is very OS and (software) configuration dependant.