hi!
information
board : pynq-z2
version : v2.5
I try to use axi gpio to control my design, the block diagram is showed below:
My code is below:
Are there something wrong in my design or code?
HI! Thank for your reply.
I’m not sure. I follow the example code from AxiGPIO — Python productivity for Zynq (Pynq) v1.0
Can you please run that on your jupyter notebook after you create the Overlay object?
Report the output please.
Yes you can.
Without having access to the design or the output of overlay.ip_dict, I can’t tell where the problem is in the first design. Perhaps, the address was not assigned.
Mario
Hi ! I rebuild the design and it works! Thanks for your reply!