IP not found

Hi every one
I’m a beginner with pynq, so when i triyed running the ‘Adder overlay example’ (made with Vivado 2019) on Pynq-Z1 Jupyter doesn’t find the IP on the overlay
what’s the problem please??

my code :
from pynq import Overlay
overlay = Overlay(‘/home/xilinx/pynq/overlays/adder/adder_0.bit’)
overlay?

Type: Overlay
String form: <pynq.overlay.Overlay object at 0x2f39e070>
File: /opt/python3.6/lib/python3.6/site-packages/pynq/overlay.py
Docstring:
Default documentation for overlay /home/xilinx/pynq/overlays/adder/adder_0.bit. The following
attributes are available on this overlay:

IP Blocks

None

Hierarchies

None

Interrupts

Which design is this?

The help is telling you that there are no memory mapped IP in the design.

Cathal

i could resolv the problem thanks sir!
the issue was that pynq image (version 2.1) isn’t compatible with Vivado 2019.1, so i used the latest pynq version (2.6) and it works! :slightly_smiling_face: