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_of_group
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_bpps_ver_1_0_cmd_bpps__get_placements_of_group
Ixiasoft
3.1.2.12. bpps::get_placements_of_group (::quartus::bpps)
The following table displays information for the bpps::get_placements_of_group Tcl command:
Tcl Package and Version | Belongs to ::quartus::bpps |
||
Syntax | bpps::get_placements_of_group [-h | -help] [-long_help] -cells <cells> [-ips] | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-cells <cells> | One or more cell ids | ||
-ips | Get placements for IPs only | ||
Description | Given a list of design cell IDs, returns a vector of possible placement IDs for all the cells. |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: The supplied ID <string> is invalid. | |
TCL_ERROR | 1 | ERROR: At least one ID must be supplied, but no IDs were supplied | |
TCL_ERROR | 1 | ERROR: <string> IDs expected, but <string> were supplied |