Forum Discussion
JET60200
Contributor
6 years agohow generate a customized PCIE interrupt from A10 FPGA to the Host, when my collection data is availabe ?
hi everyone, I'm using Arria10 device which is PCIe EP in x86 Host, i need to generate one customized PCIe interrupt when my collected data is full available, But I don't know How to implement i...
SengKok_L_Intel
Regular Contributor
6 years agoFor AVMM, you can use rxm_irq_<n> signals for interrupt request. What do you mean customize PCIe interrupt? Any difference with the standard one?
Regards -SK
- JET602006 years ago
Contributor
Thanks @SK,
My scenario is: when Arria10 received one wireless frame (data) of 1ms from the air attenna, I need trigger an (event) interrupt to notify x86 Host by using PCIe bus, that's what I mean " customize PCIe interrupt".
in your opinion, is there any Arria10 refrence design for this ?