PYNQ-ZU - Could not find IP or hierarchy xfft in overlay

Hi @LightwishWONG,

Welcome to our community.
The ip_dict only shows memory-mapped IP, with an AXI4-Lite interface. The xfft you have in your design is not memory mapped, and the streaming interface is connected to a DMA

You can learn how to move data to this IP by following Cathal’s tutorial.

Mario