Syntax
X<DUT>_CfgInitializeint X<DUT>_CfgInitialize(X<DUT> *InstancePtr, X<DUT>_Config *ConfigPtr);
Description
Initialize a device when an MMU is used in the system. In such a case the effective address of the AXI4-Lite slave is different from that defined in xparameters.h and API is required to initialize the device.
-
InstancePtr
- A pointer to the device instance.
-
ConfigPtr
- A pointer to a
X<DUT>_Config
.
Return
XST_SUCCESS
indicates success,
otherwise fail.