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

Page 187: Description, Example, Get_node_loc –57

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–57

chip_planner

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

get_node_loc

Usage

get_node_loc

Options

None

Description

Dumps locations for all post-fit lcell nodes in a text file named node_loc.loc. To change any node locations
using ECO fitter, update node_loc.loc file and call the update_node_loc command. You must open a
project and call read_netlist before using this command. The project must have passed fitter before using
this command.

Example

project_open my_proj
read_netlist
get_node_loc
project_close

Advertising