AR# 36627

|

Design Assistant for PCI Express - Why Are Interrupts Not Transmitted

描述

My design does not generate interrupts. What can I check to debug the issue?

Note: This Answer Record is a part of the Xilinx Solution Center for PCI Express (Xilinx Answer 34536). The Xilinx Solution Center for PCI Express is available to address all questions related to PCIe. Whether you are starting a new design with PCIe or troubleshooting a problem, use the Solution Center for PCIe to guide you to the right information.

解决方案

For legacy interrupts ensure that the Interrupt Disable bit in the PCI Command register located at offset 0x04 of the Configuration space is set to '0'. It is unusual for this bit to used to disable interrupts, but the host does have the prerogative to do so. The contents of the command register are output to the user on cfg_command[15:0]. To use legacy interrupts, the MSI enable bit must not be set in the MSI control register.

For generation of MSI interrupts ensure the MSI Enable bit is set in the MSI control register. The output cfg_interrupt_msienable will be asserted to 1 if the enable bit is set. Also ensure the bus master enable bit is set in the PCI command register located at offset 0x04 of the configuration space. Again the command register is output to the user on cfg_command[15:0]. If this bit is not set, the core will not transmit the memory write MSI TLP.

See (Xilinx Answer 36594) for more information on enabling interrupts.

Tools such as PCITree or lspci can also be to read the contents of the command or MSI control register. For more information about these types of software tools see (Xilinx Answer 34806). The command register is always located at offset 0x04 but the MSI control register may be located at different locations depending on the core you are using. To find the location of the MSI control register, you can either follow the linked capabilities list or look in the User Guide for the core in use. See (Xilinx Answer 35920) to help locate the correct User Guide. This information will be found the "Core Overview" section.


Revision History
08/13/2010 - Initial Release

链接问答记录

相关答复记录

AR# 36627
日期 12/15/2012
状态 Active
Type 综合文章
器件 More Less
IP
People Also Viewed