Forum Discussion
PCI Express Stratix 10 HIP PME_to_ACK / PME_to_turnoff messages
- 5 years ago
Please refer to section 6.1.23.2, it state that the PME_TO_Ack generation from application layer on the Avalon ST Tx interface. Wherer the pme_turn_off message can be observed from the Avalon-ST RX interface.
Regards -SK
Hi,
You can refer to the table 47 for the Power Management Interface Signals for Stratix 10 device.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_s10_pcie_avst.pdf
Regards -SK
- Smarty5 years ago
New Contributor
Hi,
I was already aware of this table but it does not address my questions.
Short explanation:
apps_pm_xmt_turnoff : This input is to send the PME_Turn_Off_Message. This is typically required for a rootport because the rootport sends this message to the endpoint. An endpoint needs to detect, if the PM_Turn_Off_Message was received (from the rootport).
If the PM_Turn_Off_Message was received (when in endpoint mode) this requires an output on the PCIe HIP core. Therefore pme_to_sr (Arria 10 / Cyclone 5) is an output.
In Table 47 I cannot find an input to the HIP core that sends the PME_to_ACK Message (in Arria 10 / Cyclone V this port was called pme_to_cr)
Regards