get_location_assignment (::quartus::project)
The following table displays information for the get_location_assignment Tcl command:
Tcl Package and Version |
Belongs to ::quartus::project 6.0 |
|||
Syntax | get_location_assignment [-h | -help] [-long_help] [-fall] [-rise] [-tag <data> ] -to <destination> | |||
Arguments | -h | -help | Short help | ||
-long_help | Long help with examples and possible return values | |||
-fall | Option applies to falling edge | |||
-rise | Option applies to rising edge | |||
-tag <data> | Option to tag data to this assignment | |||
-to <destination> | Destination of assignment | |||
Description |
Returns the value of a location assignment. The "-chip" option is not case sensitive. The "-to" option is case sensitive. |
|||
Example Usage |
get_location_assignment -to dst |
|||
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: 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. |