Xilinx / PYNQ

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

Resolves: Exception when an interrupt controller is in a hierarchy #1434

Closed sterin closed 8 months ago

sterin commented 11 months ago

(#1433).

Index 'PL.interrupt_controllers' by the 'hierarchy_name' rather than the 'name' of the controller.

This can be done in several other ways, such as by changing interrupt_pins to use the name instead of the hierarchy_name. I chose one way pretty much arbitrarily.

It would nice if this issue is resolved, either by this PR or by some other way.

ld-cd commented 9 months ago

Our lab has hit this too and this patch resolves things for us

STFleming commented 8 months ago

Looks great, thanks for the contribution.