This file contains the software API definition of the Xilinx AXI PCIe IP (XAxiPcie). This driver provides "C" function interface to application/upper layer to access the hardware.
Features The driver provides its user with entry points
IP Hardware Configuration The AXI PCIE IP supports only the endpoint for Virtex®-6 and Spartan®-6 families.
The AXI PCIE IP supports both the endpoint and Root Port for the Kintex® 7 devices.
Driver Initialization & Configuration
The XAxiPcie_Config structure is used by the driver to configure itself. This configuration structure is typically created by the tool-chain based on HW build properties.
To support multiple runtime loading and initialization strategies employed by various operating systems, the driver instance can be initialized in the following way:
Interrupt Management
The XAxiPcie driver provides interrupt management functions. It allows the caller to enable/disable each individual interrupt as well as get/clear pending interrupts. Implementation of callback handlers is left to the user.
MODIFICATION HISTORY:
Ver Who Date Changes ----- ---- -------- ------------------------------------------------------ 1.00a rkv 03/03/11 Original code. 2.00a nm 10/19/11 Added support of pcie root complex functionality. Changed these functions -renamed function XAxiPcie_GetRequestId to XAxiPcie_GetRequesterId -added two functions arguments RootPortPtr & ECAMSizePtr to XAxiPcie_GetBridgeInfo API Added these new API for root complex support
2.01a nm 04/01/12 Removed XAxiPcie_SetRequesterId and XAxiPcie_SetBlPortNumber APIs as these are writing to Read Only bits for CR638299. 2.02a nm 08/01/12 Updated for removing compilation errors with C++, changed XCOMPONENT_IS_READY to XIL_COMPONENT_IS_READY Removed the Endian Swap in XAxiPcie_ReadRemoteConfigSpace and XAxiPcie_WriteRemoteConfigSpace APIs as the HW has been fixed and the swapping is not required in the driver (CR 657412) 2.03a srt 04/13/13 Removed Warnings (CR 705004). 2.04a srt 09/06/13 Fixed CR 734175: C_BASEADDR and C_HIGHADDR configuration parameters are renamed to BASEADDR and HIGHADDR in Vivado builds. Modified the tcl for this change. 3.0 adk 19/12/13 Updated as per the New Tcl API's
Copyright © 1995-2014 Xilinx, Inc. All rights reserved.