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 agoYou can create your logic to detect when the wireless frame is received, and then use the rxm_irq_i signal to trigger the interrupt. It should work.
Regards -SK
JET60200
Contributor
6 years agoHi SK,
Our engineer checks our FPGA design, and found we use AVMM-DMA, instead of AVMM actually.
They said there's no " rxm_irq_i " pin line under AVMM-DMA mode. Is this correct ? AND if so, how to trigger the interupt undr AVMM-DMA on A10 pcie ?
Thanks for help.