Forum Discussion
Altera_Forum
Honored Contributor
20 years agoI'm actually doing something similar. Buffering video in the FPGA and then passing off a frame of video over ethernet for display on another machine.
What I'm working on now is a seperate component (VHDL) that buffers and fifos the incoming data and will probablt drop it into memory and then send an IRQ. From there SW can packetize the data into UDP packets and send them out.... For these speeds i think the more you can do without software intervention, the better...