Intel® Quartus® Prime Pro Edition User Guide: Scripting
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_7_0_cmd_export_assignments
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_7_0_cmd_export_assignments
Ixiasoft
3.1.24.7. export_assignments (::quartus::project)
The following table displays information for the export_assignments Tcl command:
Tcl Package and Version | Belongs to ::quartus::project |
||
Syntax | export_assignments [-h | -help] [-long_help] [-reorganize] [-report_write_failure] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-reorganize | Option to reorganize the Quartus Prime Settings File (.qsf) | ||
-report_write_failure | Option to report error if write fail | ||
Description | |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: Can't find active revision name. Make sure there is an open, active revision name. | |
TCL_ERROR | 1 | ERROR: Entity does not exist or uses illegal name characters: <string>. Specify a legal entity name. | |
TCL_ERROR | 1 | ERROR: Can't write settings file *.qsf. Make sure the *.qsf file is writeable. | |
TCL_ERROR | 1 | ERROR: Can't run Tcl command while a process is in progress: <string>. To run the command, stop the compilation or simulation; or wait for the compilation or simulation to complete. | |
TCL_ERROR | 1 | ERROR: You must open a project before you can use this command. |