Hello there, I have developed an image processing algorithm using the system generator and Generated the HDL netlist. Now i need to send the image file to the Verilog code generated, and compute the output and measure the time. Can anyone please help me in understanding how i should, input the image, get the output and then measure the time of execution on ZED board? Thanks in advance.
Sai S. wrote: > Can anyone please help me in understanding how i should, input the > image, get the output and then measure the time of execution on ZED > board? How to send your image and grab your output depend strongly on your system. I can help with time measurements: I often use an LED output with an oscilloscope for that. Switch the LED on when the function is starting, switch it off, when the function is ready. Digital oscilloscopes have measurements functions which can display the pulse with directly. Duke