pcie_hotplug_events pcie_map
API Reference Manual  /  4 Model-to-Model Interfaces  / 

pcie_link_training

Description
Trigger link training on obj. device_id provides the device id of device connected to obj which will be the link training target.

SIM_INTERFACE(pcie_link_training) {
        bool (*trigger)(conf_object_t *obj, uint16 device_id);
};

#define PCIE_LINK_TRAINING_INTERFACE "pcie_link_training"

Execution Context
Cell Context for all methods.

pcie_hotplug_events pcie_map