Thank you for your help.
I had to add the ignore_version=True
option, because my xilinx.com:ip:axi_iic is 2.1 instead of 2.0:
from kv260 import BaseOverlay
base = BaseOverlay('base.bit', ignore_version=True)
and that solved the problem. I am now able to run the “Numpy Data Movement” section of 2_python_environment.ipynb
.
Thanks