get_tile_power_setting (::quartus::chip_planner)

The following table displays information for the get_tile_power_setting Tcl command:

Tcl Package and Version

Belongs to ::quartus::chip_planner 2.0

Syntax get_tile_power_setting [-h | -help] [-long_help] [-X <X location> ] [-Y <Y location> ] [-gen_id <gen id> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-X <X location> X location
-Y <Y location> Y location
-gen_id <gen id> Generic id
Description
Returns the High-Speed/Low Power setting of the tile at the specified location.
Example Usage
get_tile_power_setting -gen_id 12345
get_tile_power_setting -X 12 -Y 5
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Conflicting arguments. Consult help for the Tcl command for details.
TCL_ERROR 1 ERROR: Unable to find Chip Planner netlist. Read the netlist by using the read_netlist command.