xilskey
Vitis Drivers API Documentation
BBRAM PL

Functions

int XilSKey_Bbram_Program (XilSKey_Bbram *InstancePtr)
 This function implements the BBRAM algorithm for programming and verifying key. More...
 
int XilSKey_Bbram_JTAGServerInit (XilSKey_Bbram *InstancePtr)
 This function initializes JTAG server. More...
 

Function Documentation

int XilSKey_Bbram_JTAGServerInit ( XilSKey_Bbram *  InstancePtr)

This function initializes JTAG server.

Parameters
InstancePtrPointer to XilSKey_Bbram
Returns
  - XST_FAILURE - In case of failure
  - XST_SUCCESS - In case of Success
int XilSKey_Bbram_Program ( XilSKey_Bbram *  InstancePtr)

This function implements the BBRAM algorithm for programming and verifying key.

The program and verify will only work together in and in that order.

Parameters
InstancePtrPointer to XilSKey_Bbram
Returns
  - XST_FAILURE - In case of failure
  - XST_SUCCESS - In case of Success
Note
This function will program BBRAM of Ultrascale and Zynq as well.

Referenced by XilSKey_Bbram_ProgramSLR().