Forum Discussion
Hi Daryl,
The example design generation is only supported in the newer devices like Agilex, Stratix 10, Arria 10, etc.
For reference design, only Root port design is available.
https://fpgacloud.intel.com/devstore/platform/?search=MSI
https://rocketboards.org/foswiki/Projects/A10AVCV171PCIeRootPortWithMSI
Thanks
Best regards,
KhaiY
- dfowlkes4 years ago
New Contributor
Thanks KhaiY. All I have to work with is the Stratix IV board. I guess my real question relates to how an endpoint should invoke MSIs for the PCIe core that's compatible with that board via the Avalon-MM interface. Do I use the physical RxmIrq<> lines and have the core generate the MemWr TLP upstream or should I use the msiintfc<> bus info and make use of the Txs slave interface? I've tried the RxmIrq approach and saw the correct bit set in the CRA Interrupt Status Register (0x0040), but the root complex did not call the ISR of my host driver.
Daryl