![]() |
xilfpga
Vitis Drivers API Documentation
|
Structure to store the PL Write Image details. More...
Data Fields | |
| UINTPTR | BitstreamAddr |
| Bitstream image base address for Normal PDI LOAD. More... | |
| UINTPTR | KeyAddr |
| Unused. More... | |
| u32 | Size |
| Unused. More... | |
| u32 | Flags |
| Specifies the type of bitstream file: BIT(0) - Bitstream type; 0 - Normal PDI Load , 1 - Deferred PDI Load. More... | |
Structure to store the PL Write Image details.
| UINTPTR XFpga_Write::BitstreamAddr |
Bitstream image base address for Normal PDI LOAD.
Referenced by XFpga_BitStream_Load(), XFpga_ValidateImage(), and XFpga_Write_Pl().
| u32 XFpga_Write::Flags |
Specifies the type of bitstream file: BIT(0) - Bitstream type; 0 - Normal PDI Load , 1 - Deferred PDI Load.
Referenced by XFpga_BitStream_Load(), XFpga_ValidateImage(), and XFpga_Write_Pl().
| UINTPTR XFpga_Write::KeyAddr |
Unused.
Referenced by XFpga_BitStream_Load(), XFpga_ValidateImage(), and XFpga_Write_Pl().
| u32 XFpga_Write::Size |
Unused.
Referenced by XFpga_BitStream_Load(), XFpga_ValidateImage(), and XFpga_Write_Pl().