This function is used to validate the bitstream image.
Note:
-
This API will be deprecated in the 2022.1 release. Use the updated '
XFpga_ValidateImage()
' API to perform the same functionality.
Prototype
u32 XFpga_PL_ValidateImage(XFpga *InstancePtr, UINTPTR BitstreamImageAddr, UINTPTR AddrPtr_Size, u32 Flags);
Parameters
The following table lists the XFpga_PL_ValidateImage
function arguments.
Type | Name | Description |
---|---|---|
XFpga * | InstancePtr | Pointer to the XFpga structure |
UINTPTR | BitstreamImageAddr | Linear memory bitstream image base address |
UINTPTR | AddrPtr_Size | Aes key address which is used for decryption (or) In none secure bitstream used it is used store size of bitstream image. |
u32 | Flags |
Flags are used to specify the type of bitstream file.
|