Control File Differences - 2024.2 English - UG1700

Data Center Acceleration Using Vitis User Guide (UG1700)

Document ID
UG1700
Release Date
2025-01-15
Version
2024.2 English

The new Vitis Unified IDE uses the unified command-line in the v++ compiler. The v++ --mode hls is driven by new configuration commands that are based on existing tools.

For the HLS component, the configuration file command syntax is based on the existing AMD Vitis™ HLS Tcl command language. However, there are sufficient differences in the configuration file command language and syntax that it can seem unfamiliar to start. The new Vitis Unified IDE provides a simple user interface to add to and manage configuration files, so that you can use the IDE to edit configuration files and switch to text editor mode to help you become familiar with the new command syntax.

The Vitis Unified IDE uses CMake to generate Makfile for the project flow. You can update the CMakeList.txt to add your compile options. If you prefer using custom Makfile, you can use the custom flow.