Get_tile_power_setting, Usage, Options – Altera Quartus II Scripting User Manual

Page 194: Description, Example, Get_tile_power_setting –64

Advertising
background image

3–64

Chapter 3: Tcl Packages & Commands

chip_planner

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

get_tile_power_setting

Usage

get_tile_power_setting [-X <X location>] [-Y <Y location>] [-gen_id <gen id>]

Options

-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

get_tile_power_setting -gen_id 12345
get_tile_power_setting -X 12 -Y 5

Advertising