Description
Deletes the directory associated with the project.
The delete_project
command checks the
corresponding project directory <project>
to
ensure that it is a valid Vitis HLS project
before deleting it. If the specified project directory does not exist in the current
work directory, the command has no effect.
Syntax
delete_project <project>
-
<project>
is the project name.
Options
This command has no options.
Examples
Deletes the Project_1
by removing
the directory and all its contents.
delete_project Project_1