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 1.0 |
|||
| 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 |
This command currently contains no 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 | ||