Forum Discussion
Altera_Forum
Honored Contributor
13 years agoCreating Ethernet Frames
I've got an Aria V starter board with Marvell PHY. I'm trying to get some data from the board to the PC over the ethernet. The QSYS system is all wired up and I can do DMAs from an internal memory ...
Altera_Forum
Honored Contributor
13 years agoI don't know where, and if, any documentation is available on this point.
Basically I did the same as you: trial and error. I started peeking into library source code called by a standard ethernet project, for example SSS template; then I eventually found that the lower level code loaded ethernet packet data with the offset defined by ETHHDR_BIAS. If I remember correctly you can find some information in the Forum; try searching for ETHHDR_BIAS.