Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_7_0_cmd_project_clean
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_7_0_cmd_project_clean
Ixiasoft
3.1.24.35. project_clean (::quartus::project)
The following table displays information for the project_clean Tcl command:
Tcl Package and Version | Belongs to ::quartus::project |
||
Syntax | project_clean [-h | -help] [-long_help] [-current_version] [-revision <revision_name> ] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-current_version | Only clean project files for the current Quartus version. | ||
-revision <revision_name> | Revision to clean (if omitted, all revisions of the open project are cleaned). Revision name can contain wildcards (i.e., '*'). | ||
Description | Cleans database and compiler-generated output for the specified revision (or all revisions if no revision is specified). Cleaning revisions removes database and other files generated by the Quartus Prime software, including report and programming files. This command closes the currently open project before cleaning. Specifically, this cleans all of the following files/folders (for all matching revisions): <revision>.*.rpt <revision>.*.rpt.htm <revision>.*.rpt.htm_files <revision>.*.msf <revision>.*.smsg <revision>.*.summary <revision>.jdi <revision>.pin <revision>.pof <revision>.sof <revision>.done <revision>.sld (all revision files in the qdb and persona directories) |
||
Example Usage | |
||