# hls-llvm-project **Repository Path**: mirrors_Xilinx/hls-llvm-project ## Basic Information - **Project Name**: hls-llvm-project - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-08-15 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Low Level Virtual Machine (LLVM) for Xilinx Vitis HLS This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments. ## How to build hls-llvm-project - Use a Xilinx compatible linux [Build Machine OS](https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/Installation) - This requirement is due to [ext](ext) library usage - Clone the HLS repo sources (including hls-llvm-project submodule) - Install [CMake 3.4.3 or higher](https://cmake.org/download/) - Install [ninja](https://ninja-build.org/) [optional for faster builds] - run [build-hls-llvm-project.sh](build-hls-llvm-project.sh) in the cloned directory: > ./build-hls-llvm-project.sh