![]() |
xilsem
Vitis Drivers API Documentation
|
This file reformats the structured essential bit data in xsem_ebdintern.c file by mapping only unique frame data in to XSem_EbdBuffer and generates file "xsem_edbgoldendata.c".
MODIFICATION HISTORY:
Ver Who Date Changes
0.1 hv 06/27/2022 Initial Creation 0.2 anv 05/10/2023 Modified to add copyright information in xsem_ebdgoldendata.c 0.3 anv 02/25/2025 Added support for SSIT devices.
Typedefs | |
| typedef struct EbdMask | EbdMask |
| EbdMask - EBD Mask structure. More... | |
Functions | |
| void | print_ebdb (FILE *OutFptr, u32 BlockTypes, u32 Rows) |
| This function generates xsem_ebdgoldendata.c file with XSem_EbdBuffer loaded with frame map offset, frame maps and unique frame masks. More... | |
| int | main (int argc, char *argv[]) |
| Main function, reformats essential bit info from xsem_ebdintern.c. More... | |
Variables | |
| struct { | |
| } | input_tables [] |
| input_tables - input tables structure More... | |
| typedef struct EbdMask EbdMask |
EbdMask - EBD Mask structure.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Main function, reformats essential bit info from xsem_ebdintern.c.
References input_tables, and print_ebdb().
| void print_ebdb | ( | FILE * | OutFptr, |
| u32 | BlockTypes, | ||
| u32 | Rows | ||
| ) |
This function generates xsem_ebdgoldendata.c file with XSem_EbdBuffer loaded with frame map offset, frame maps and unique frame masks.
| OutFptr[In] | : file pointer BlockTypes[In] : Block type index Rows[In] : Row index |
Referenced by main().
| struct { ... } input_tables[] |
input_tables - input tables structure
Referenced by main().