Forum Discussion
Altera_Forum
Honored Contributor
13 years agopc to altera gx transc
hello i am trying to learn how to use the stratix gx transceiver i would link some info on the gigabyte ethernet mode if it can be used to transfer data from PC to fpga how is it done ? and whe...
Altera_Forum
Honored Contributor
13 years agoHi,
There's an awful lot of bookkeeping required to establish and keep an Ethernet link going. You're looking for performance, so what I would suggest is use the NIOS for basic link establishment and management but use DMA to transfer the payload into your own logic and back again. Have a look at: http://www.altera.com/support/examples/nios2/exm-ethernet-acceleration.html Otherwise you're looking at implementing the whole protocol stack in logic rather than software. Mark.