- Copyright (c) 2020 Xilinx, Inc. All rights reserved.
- SPDX-License-Identifier: MIT
libdfx.git - The library is a lightweight user-space library that provides APIs for application to configure the PL.
The libdfx software is divided into following directories:
- apps
illustrating different use cases of DFX Configuration.
- cmake
Contains information about the toolchain.
- doc
Contains information about the libdfx repo.
- src
driver interface code implementing functionality
- Clone libdfx.git repo
- mkdir build
- cd build
- Ensure required tool chain added to your path
- cmake -DCMAKE_TOOLCHAIN_FILE="cmake tool chain file(complete path)" ..
- make
The required libdfx.a is available in build folder.
For more information refer doc/README.txt.