update_node_loc (::quartus::chip_planner)

The following table displays information for the update_node_loc Tcl command:

Tcl Package and Version

Belongs to ::quartus::chip_planner 2.0

Syntax update_node_loc [-h | -help] [-long_help]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
Description
This command uses the node_loc.loc file to update node locations using
the ECO fitter. Any warnings are stored in the text_eco_warnings.loc
file. You must open a project and call read_netlist before using this
command. A node_loc.loc file must exist before running this command
(see get_node_loc for instructions on creating a .loc file).
Example Usage
project_open my_proj
read_netlist
#ensure that the .loc file exists and is ready with desired node locations
update_node_loc
project_close
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful