Forum Discussion
Altera_Forum
Honored Contributor
12 years agoA EP4C22 should handle an RGMII interface just fine, especially a -7 speed grade. I believe some of Altera's C4 reference designs use an RGMII interface (http://www.altera.com/products/devkits/altera/kit-cyclone-iv-gx.html). If you have the pins, you could use a GMII interface instead (SDR), which would reduce the switching rates on the data lines if you're concerned about it.
I use raw L2 Ethernet interfaces for internal communication all the time to communicate with our main system processor. Works great, Just need mac dst/src, length/type, data and crc, and you can use a raw socket interface.