qed::workspace_open (::quartus::qed)
The following table displays information for the qed::workspace_open Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::qed 1.0 |
|||
| Syntax | qed::workspace_open [-h | -help] [-long_help] [-force] [ <id> ] | |||
| Arguments | -h | -help | Short help | ||
| -long_help | Long help with examples and possible return values | |||
| -force | Overwrite any pre-existing, non-compatible workspace database and ensure the workspace opens | |||
| <id> | Identifier associated with the object, must be unique | |||
| Description |
Opens an existing QED workspace. To create a new QED workspace, use the workspace_new command. A QED workspace is built on a Quartus Prime project, so the workspace_open command gives an error when the compilation database version is not compatible with the current version of the Quartus Prime software. Use the "-force" option to overwrite the compilation database. If the specified workspace does not exist, the "qed::workspace_open" command returns a Tcl error. |
|||
| Example Usage |
# my_workspace must exist
qed::workspace_open my_workspace
|
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||