Xilinx / PYNQ

Python Productivity for ZYNQ
http://www.pynq.io/
BSD 3-Clause "New" or "Revised" License
1.96k stars 811 forks source link

Image v2.7.interrupt doc #1318

Closed jancumps closed 2 years ago

jancumps commented 2 years ago

Forum post https://discuss.pynq.io/t/zynq-ps7-interrupts/198 has a solution for an issue with the interrupt design. The interrupt works the first time a Python function waits for it. The second time, a bogusinterrupt is picked up.

Community member datMattin posted a fix that I tested: https://discuss.pynq.io/t/zynq-ps7-interrupts/198/10

I amended the original documentation with the step to fix this, and an image of the Vivado property page. Issue #1319