Hello,
I ran the linux from the Zedboard itself, and there I'm writing code c for example to get data from the Ethernet.
Now I want to send this data I have got to the amba bus (in order to process this data in Vivado. I meant I want to send this data to the amba bus and to get it from the amba bus in Vivado(in Fpga).
My question is how do I do this in c?
How I send this data to the amba? Is there any library to work with the bus which have the function, for example : senddata(data) and ect.
Thank you very much.