Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThanks, i will. but thats not what i meant. I want to use the DMA, only instead of making it get data from a memory, i would like it to read from a fixed location. more spesific a onchip fifo. is this possible?
--- Quote Start --- You can send directly data to the MAC without going through the DMA, but then you need to bypass the nichestack and generate all the Ethernet packet in hardware. Have a look at the nios ii udp offload example (http://www.alterawiki.com/wiki/nios_ii_udp_offload_example). --- Quote End ---