Description
Create a project by sourcing a Tcl file, but skipping all design
commands in the Tcl script: cosim_design
, csynth_design
, and csim_design
. This command only creates and configures the project from
a Tcl script. This lets you create a project using Tcl scripts from existing
projects without running simulation or synthesis.
There can only be one active project in a Vitis HLS session. To close a project:
- Use the
close_project
command, or - Open or create another project with the
open_tcl_project
oropen_project
commands.
Use the delete_project
command to
completely delete the project directory (removing it from the disk) and any
solutions associated it.
Syntax
open_tcl_project <tclfile>
-
<tclfile>
specifies the path and name of a Tcl script to use when creating a project.
Options
This command has no options.
Examples
Creates and opens a project from the specified Tcl script:
open_tcl_project run_hls.tcl