![]() |
xilskey
Vitis Drivers API Documentation
|
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... | |
| int XilSKey_Bbram_JTAGServerInit | ( | XilSKey_Bbram * | InstancePtr | ) |
This function initializes JTAG server.
| InstancePtr | Pointer to XilSKey_Bbram |
- 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.
| InstancePtr | Pointer to XilSKey_Bbram |
- XST_FAILURE - In case of failure - XST_SUCCESS - In case of Success
Referenced by XilSKey_Bbram_ProgramSLR().