Forum Discussion
Altera_Forum
Honored Contributor
10 years agoDE0-Nano-SoC: How HPS(ARM) recognizes f2h_irq0 or f2h_irq1 interrupts from FPGA
I designed a block in Verilog. When data processing is finished, this FPGA block sends an interrupt signal to HPS using one of dedicated interrupt line: f2h_irq0 or f2h_irq1. The question is how HP...
vrbavojtech
New Contributor
3 years agoHello,
I have recently written a simple linux kernel driver for non-blocking (polling) of the interrupts from userspace app:
https://gist.github.com/vrbadev/0850428601283986f27221f16ee5ceba
Hope this helps anyone who seeks answers.