Performance Data - 2024.2 English

Vitis Libraries

Document ID
XD160
Release Date
2024-11-29
Version
2024.2 English
Topic Kernel Throughput
Decompression 658.86 MB/s
[*]Decompression uses feasibile options (Bitwidth: 32 bit, Window Size: 32 KB)

Executable Usage:

  1. To execute a single file for decompression: ./build_dir.<TARGET mode>.<xsa_name>/xil_zlib -dx ./build_dir.<TARGET mode>.<xsa_name>/compress_decompress.xclbin -d <compressed file_name>

  2. To decompress multiple files: ./build_dir.<TARGET mode>.<xsa_name>/xil_zlib -dx ./build_dir.<TARGET mode>.<xsa_name>/compress_decompress.xclbin -l <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,           -d      Decompress
     --decompress_xclbin,    -dx     Decompress XCLBIN
     --file_list,            -l      List of Input Files