Description
Apply the specified INI file to the current project. The INI file can
be used instead of a Tcl script to create and configure a project in the Vitis HLS tool. The INI file is written by the Vitis HLS
tool using the write_ini command.
Note: The INI file represents a
solution in the current project. You must use the
open_project and open_solution
commands before using the apply_ini command in the
project. Syntax
apply_ini <ini_file> [OPTIONS]
-
<ini_file>specifies the INI file to read into the AMD Vitis™ HLS tool.
Options
-
-exclude <string> - Specify INI section glob patterns to exclude from the current project when reading the file.
-
-include <string> - Specify INI section glob patterns to include in the current project when reading the file.
-
-quiet <true | false> - Suppress all warning and information messages when reading the INI file. Note that errors will still be returned.
-
-show <true | false> - Show verbose messages when reading the INI file.
Examples
Read the following INI file and apply it to the current project and solution:
apply_ini project1.ini