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

Page 340: Description, Example, Get_location_assignment –210

Advertising
background image

3–210

Chapter 3: Tcl Packages & Commands

project

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

get_location_assignment

Usage

get_location_assignment [-tag <data>] -to <destination>

Options

-tag <data>: Option to tag data to this assignment

-to <destination>: Destination of assignment

Description

Returns the value of a location assignment.

The "-chip" option is not case sensitive. The "-to" option is case sensitive.

Example

get_location_assignment -to dst

Advertising