hw_sobel.write(0x00, 0x1) is only doing an MMIO register write. This is what timeit will measure, not the time for your function to complete.
You would need to poll on the control register to check for ap_done.
Cathal
hw_sobel.write(0x00, 0x1) is only doing an MMIO register write. This is what timeit will measure, not the time for your function to complete.
You would need to poll on the control register to check for ap_done.
Cathal