You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component is a simple IRQ controller implementation with AXI4-Lite slave interface.
6
+
The register interface has limited compatibility with Xilinx's LogiCORE IP AXI Interrupt Controller(INTC) IP, enough so that the Linux Kernel driver works with it unmodified.
7
+
8
+
##### Features
9
+
* 8 interrupt inputs.
10
+
* AXI4-L register interface.
11
+
* Single interrupt output
12
+
13
+
##### Limitations
14
+
* Active high interrupts only
15
+
* AXI4-L address and data must arrive in the same cycle.
16
+
17
+
##### Testing
18
+
Verified under simulation and then tested on FPGA using the stock Linux Kernel 4.19 driver (irq-xilinx-intc.c).
19
+
20
+
##### References
21
+
*[LogiCORE IP AXI Interrupt Controller (INTC) (v4.1)](https://www.xilinx.com/support/documentation/ip_documentation/axi_intc/v4_1/pg099-axi-intc.pdf)
0 commit comments