periph::get_placements (::quartus::periph)
The following table displays information for the periph::get_placements Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::periph 1.0 |
|||
| Syntax | periph::get_placements [-h | -help] [-long_help] <cell_id> | |||
| Arguments | -h | -help | Short help | ||
| -long_help | Long help with examples and possible return values | |||
| <cell_id> | Single cell id | |||
| Description |
Returns a vector of placements for the supplied cell |
|||
| 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 cell id <string> is not a placeable cell. | ||
| TCL_ERROR | 1 | ERROR: The supplied cell id <string> is invalid. | ||
| TCL_ERROR | 1 | ERROR: At least one cell ID must be supplied, but no cell IDs were supplied | ||
| TCL_ERROR | 1 | ERROR: <string> cell IDs were expected but <string> were supplied | ||