XFpga_PL_Write - 2020.2 English

OS and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2020-11-24
Version
2020.2 English

This function write count bytes of configuration data into the PL.

Prototype

u32 XFpga_PL_Write(XFpga *InstancePtr, UINTPTR BitstreamImageAddr, UINTPTR AddrPtr_Size, u32 Flags);

Parameters

The following table lists the XFpga_PL_Write function arguments.

Table 1. XFpga_PL_Write Arguments
Type Name Description
XFpga * InstancePtr Pointer to the XFgpa structure
UINTPTR BitstreamImageAddr Linear memory Bitstream image base address
UINTPTR AddrPtr_Size Used to store the size of Bitstream Image
u32 Flags Optional for Versal

Returns

  • XFPGA_SUCCESS on success
  • Error code on failure.