Hello everyone!
I'm in a middle of a project, I will describe it to you:
In vivdo I have used the board of Zedboard, and I used the ip core of the Zynq 7000.
I have also add an axi fifo (but it could be any other peripheral) I have connected the fifo to the Zynq processor ip core.
Now I know I can export my design and "to program" the fifo via the sdk of vivdo.
But I want to program it on the operating system I have on the zedboard - Linux.
For example, in the c code I wirte data to the fifo..
How do I do it?
I have already read this guide:
http://www.fpgadeveloper.com/2014/08/creating-a-custom-ip-block-in-vivado.html
But here he just check his ipcore with the sdk. I want to program(to talk ) with the peripherals via the code on the Linux. (Sorry about my English i hope you understand what do I need..)
So if you have a guide or you can explain me it will be wonderful!
Thank you!
Idan.