Forum Discussion
Altera_Forum
Honored Contributor
12 years agoImplementing MSI/X Interrupts using Cyclone V Hard IP for PCI Express
Hello, I'm fairly new to using Altera tools but I've been having problems setting up MSI/X interrupts in Qsys. I thought I would include as much info as I can in the bullet points below f...
Altera_Forum
Honored Contributor
11 years agoI Jayan.mistry,
I've got the nearly same problem as you. I connected several irq on RXmirq pcie-interrupt port and activated it in CRA registers (0x0050). And I've got only one MSI message in host side, whatever the irq is raised on RXmirq port. However, the host told me that 4 msi are available : In linux function -> pci_msi_vec_count(pdev) return 4. But pci_enable_msi_range(pdev, 1, 4) return only 1. Martoni.