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 1.0

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
	project_open onewire_nf

	blueprint::initialize

	bpps::update_plan

	bpps::place_cells -unplaced_cells

	bpps::check_plan

	project_close
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