This function writes the count bytes of configuration data into the PL.
Prototype
u32 XFpga_Write_Pl(XFpga *InstancePtr, UINTPTR BitstreamImageAddr, UINTPTR KeyAddr, u32 Size, u32 Flags);
Parameters
The following table lists the XFpga_Write_Pl
function arguments.
Type | Name | Description |
---|---|---|
XFpga
|
InstancePtr | Pointer to the XFpga structure |
UINTPTR | BitstreamImageAddr | Linear memory bitstream image base address |
UINTPTR | KeyAddr | Aes key address which is used for decryption. |
u32 | Size | Used to store size of bitstream image. |
u32 | Flags |
Flags are used to specify the type of bitstream file.
|