Hi,
I'm trying to do an computational photography application that uses FPGA as an accelerator on top of the Zedboard.
Does anyone know how do we input an image file(.ppm file) and put it in the Arm core to process? and how do we display the image file on LCD screen?
I want to extract some part of C code and run it on the FPGA, but I'm not sure how to set up FPGA/DMA transfer in XPS and the C code to handle DMA transfer.
And also, once when FPGA finishes its work, how to set up interrupt?
How to configure FPGA peripherals and how to configure Zedboard system using XPS?
Please help!!!!!