Altera_Forum
Honored Contributor
15 years agolegacy support freeze PCIe
I'm try to implement legacy interrupt support in Arria 2 GX. MSI-X working good. But when I try to generate legacy interrupt it's freeze whole PC.
I'm use only two signals from PCIe core. Input is app_int_ack and output app_int_sts. When I need a make interrupt I'm set app_int_sts to 1 and wait for app_int_ack became to 1. After I'm set app_int_sts to 0. But It's don't work.