Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/26/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.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
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