Altera_Forum
Honored Contributor
13 years agoextend PCIe interrupt with Qsys
Hello,
I want to implement a project on Cyclone IV GX FPGA which produce customs interrupts which are sent to the kernel through PCIe using MSI. From the side of the linux driver pci_enable_msi() is called and return with success, indicating that my card is capable of MSI. I also call request_irq() and through /proc/interrupts file I can see that my driver is successfully waiting for MSI interrupts. My question is : How can I use Qsys to implement a mechanism that will produce interrupts that the driver will be able to recognize? What components and with what connections should I use? Thanks in Advance Antonis