Sobel filter (Vitis vision library) implementation on Pynq-Z board

Hi @Kamal,

I suggest you read the DMA tutorial to understand how to configure the PS and how to connect the DMA in your design. This part is missing, your DMA has no path for data transfers to the PS.

The sobel filter has two outputs, you should connect and consume from them. Otherwise, the IP will not work. You cannot leave one of the manager interfaces unconnected.

Mario

1 Like