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_bpps_ver_1_0_cmd_bpps__get_placements
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_bpps_ver_1_0_cmd_bpps__get_placements
Ixiasoft
3.1.2.11. bpps::get_placements (::quartus::bpps)
The following table displays information for the bpps::get_placements Tcl command:
Tcl Package and Version | Belongs to ::quartus::bpps |
||
Syntax | bpps::get_placements [-h | -help] [-long_help] [-ips] <cell_id> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-ips | Get placements for IPs only | ||
<cell_id> | Single cell id | ||
Description | In classic mode, returns a vector of placements for the supplied cell In pin planner mode, returns a vector of compatible locations for the supplied pin |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: The supplied design pin ID <string> is invalid. | |
TCL_ERROR | 1 | ERROR: At least one pin ID must be supplied, but no IDs were supplied | |
TCL_ERROR | 1 | ERROR: The supplied pin id <string> is not a placeable pin. | |
TCL_ERROR | 1 | ERROR: <string> IDs expected, but <string> were supplied |