Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHow to request multiply MSI interrupts?
Hi !!! Developing a network device driver on Arria2 GX (Avalon-ST). Is it possible to set a vector of 8 MSI interrupts , if the design supports only MSI interrupts, not MSI - X? From the...
Altera_Forum
Honored Contributor
14 years agoYou have to choose MSI-X or MSI in Quartus. Also to set number of vectors. Driver than is able to request irqs, which you have specified in yours design. Are you writing driver for Linux?