Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
Public

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

Document Table of Contents

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

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.