pynq.interrupt Module¶
-
class
pynq.interrupt.Interrupt(pinname)[source]¶ Bases:
objectClass that provides the core wait-based API to end users
Provides a single coroutine wait that waits until the interrupt signal goes high. If the Overlay is changed or re-downloaded this object is invalidated and waiting results in undefined behaviour.