pcie_link_control pcie_link_training
API Reference Manual  /  4 Model-to-Model Interfaces  / 

pcie_link_readiness

Description
This interface is implemented by PCIe devices so that they can be notified if a link has been torn down by the link blocking mechanism and get notified when there is no link peer blocking anymore.

SIM_INTERFACE(pcie_link_readiness) {
        void (*link_down)(conf_object_t *obj);
        void (*link_not_blocking)(conf_object_t *obj);
};

#define PCIE_LINK_READINESS_INTERFACE "pcie_link_readiness"

Execution Context
Cell Context for all methods.

pcie_link_control pcie_link_training