xilfpga
Vitis Drivers API Documentation
XFpga_Write Struct Reference

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...
 

Detailed Description

Structure to store the PL Write Image details.

Field Documentation

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
u32 XFpga_Write::Size