Description
- When specified without a command name, the
help
command lists all Vitis HLS Tcl commands. - When used with a Vitis HLS Tcl command as an
argument, the
help
command returns details of the specified command.
Tip: For recognized Vitis HLS commands, auto-completion using the tab key
is available when entering the command name.
Syntax
help <cmd>
-
<cmd>
specifies a command name to return the help for. If no command is specified, a list of all Vitis HLS commands will be returned.
Options
This command has no options.
Examples
Displays help for all commands and
directives:
help
Displays help for the
add_files
command:help add_files