Performance Data - 2024.2 English - XD160

Vitis Libraries

Document ID
XD160
Release Date
2024-11-29
Version
2024.2 English
Topic Results
Compression 1.17 Gb/s
Average Compression Ratio 2.68x (Silesia Benchmark)

Executable Usage:

  1. To execute a single file for decompression: ./build_dir.<TARGET mode>.<xsa_name>/xil_zlib -cx ./build_dir.<TARGET mode>.<xsa_name>/compress.xclbin -c <compressed file_name>

  2. To decompress multiple files: ./build_dir.<TARGET mode>.<xsa_name>/xil_zlib -cx ./build_dir.<TARGET mode>.<xsa_name>/compress.xclbin -cfl <files.list>

    • <files.list>: Contains various file names with the current path.

The usage of the generated executable is as follows:

Usage: application.exe -[-h-d-sx-l]
     --help,                 -h      Print Help Options   Default: [false]
     --decompress,           -c      Decompress
     --decompress_xclbin,    -cx     Decompress XCLBIN
     --file_list,            -cfl    List of Input Files