get_node_loc (::quartus::chip_planner)

The following table displays information for the get_node_loc Tcl command:

Tcl Package and Version

Belongs to ::quartus::chip_planner 2.0

Syntax get_node_loc [-h | -help] [-long_help]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
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 Usage
project_open my_proj
read_netlist
get_node_loc
project_close
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful