Hi all,
I am trying to run code on both the ARM core and FPGA in my Zedboard. I plan to run a C code on ARM and run a Verilog code on FPGA, with the C code calling the Verilog code. How do I create an interface within my C code such that it will call the Verilog code ? Should I create pointers in the C code and use the address of AXI ?