--- Quote Start ---
Hy sunshine,
we are working on a similar project on the university. We want to stream data of the THDB-ADA Board via Ethernet to MATLAB, but we have one problem we don't know how to go on. Did you create an IP (Intellectual Property) for Ethernet in QSYS or did you run the programm with LINUX?
Thanks,
Chris
--- Quote End ---
Oh, I have not used THDB-ADA card before - I assume that there will be streams of data that you need to get to the HPS EMAC, in order to send it over the Ethernet? If that is the case, then you can move the data from the FPGA to the HPS using the H2F bridge. This example here:
https://www.altera.com/support/support-resources/design-examples/soc/fpga-to-hps-bridges-design-example.html shows how to use the DMA in the FPGA core and move data over to the HPS - however this is running on baremetal so if you need linux (especially to get the Ethernet to work) then I guess this need to be ported over.