xilfpga
Vitis Drivers API Documentation
xilfpga Documentation
MODIFICATION HISTORY:
Ver   Who  Date        Changes
---- ----- --------  -------------------------------------------------------
5.2  Nava  12/05/19  Added Versal platform support.
5.2  Nava  02/27/20  Updated the write path to read the pdi/bin image ipi
                     load response to handle the pdi/bin image load
                     errors properly.
5.3  Nava  06/16/20  Modified the date format from dd/mm to mm/dd.
5.3  Nava  06/29/20  Added asserts to validate input params.
5.3  Nava  09/09/20  Replaced the asserts with input validations for non void
                     API's.
5.3  Nava  12/15/20  Fixed doxygen issues.
6.0  Nava  01/20/21  Reset the status variable to fail to avoid safety
                     violations.
6.0  Nava  01/21/21  Make Status variable volatile to avoid compiler
                     optimizations.
6.0  Nava  01/21/21  The usage of XMboxInstance variable is limited only
                     to this file. So making this variable as static.
6.0  Nava  02/11/21  Avoid reuse of request buffer.
6.0  Nava  02/22/21  Fixed doxygen issues.
6.0  Nava  02/23/21  To avoid the security glitch with IPI request buffer
                     contents added proper validation logic to fill the
                     IPI request buffer.
6.0  Nava  03/09/21  Added function pointer validation check.
6.0  Nava  05/17/21  Fixed misra-c violations.
6.2  Nava  12/13/21  Replaced library specific utility functions and standard
                lib functions with Xilinx maintained functions.
6.3  Nava  08/05/22  Added doxygen tags.
6.5  Nava  07/17/23  Fixed compiler optimization issues relevant to the function
                     pointer validation checks.
6.5  Nava  08/18/23  Resolved the doxygen issues.
6.6  Nava  10/20/23  Removed unwanted branching statements.
Note