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_set_location_assignment
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_project_ver_7_0_cmd_set_location_assignment
Ixiasoft
3.1.24.52. set_location_assignment (::quartus::project)
The following table displays information for the set_location_assignment Tcl command:
Tcl Package and Version | Belongs to ::quartus::project |
||
Syntax | set_location_assignment [-h | -help] [-long_help] [-comment <comment> ] [-disable] [-fall] [-remove] [-rise] [-tag <data> ] -to <destination> [ <value> ] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-comment <comment> | Comment | ||
-disable | Option to disable assignment | ||
-fall | Option applies to falling edge | ||
-remove | Option to remove assignment | ||
-rise | Option applies to rising edge | ||
-tag <data> | Option to tag data to this assignment | ||
-to <destination> | Destination of assignment | ||
<value> | Assignment value | ||
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: The assignment <string> is from Design Template and can't be changed/removed. | |
TCL_ERROR | 1 | ERROR: Value <string> for <string> assignment is illegal. Specify a legal value. | |
TCL_ERROR | 1 | ERROR: Missing destination for assignment. Specify the destination for the assignment. | |
TCL_ERROR | 1 | ERROR: You must open a project before you can use this command. | |
TCL_ERROR | 1 | ERROR: Missing <<string>> for <string> assignment. Specify the required <string>. |