set_tile_power_setting (::quartus::chip_planner)

The following table displays information for the set_tile_power_setting Tcl command:

Tcl Package and Version

Belongs to ::quartus::chip_planner 2.0

Syntax set_tile_power_setting [-h | -help] [-long_help] [-X <X location> ] [-Y <Y location> ] [-gen_id <gen id> ] -setting <power setting>
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
-setting <power setting> Power setting
Description
Sets the High-Speed/Low Power setting of the tile at the specified location.
Example Usage
set_tile_power_setting -gen_id 12345 -setting "High Speed"
set_tile_power_setting -X 12 -Y 5 -setting "Low Power"
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: Illegal <string> value: <string>. Specify a legal value.
TCL_ERROR 1 ERROR: Unable to find Chip Planner netlist. Read the netlist by using the read_netlist command.