place_node (::quartus::eco)

The following table displays information for the place_node Tcl command:

Tcl Package and Version

Belongs to ::quartus::eco 1.0

Syntax place_node [-h | -help] [-long_help] [-location <location> ] -name <node_name>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-location <location> PLACE_REGION assignment type location
-name <node_name> Name of the new node
Description
The @CMD command will place the specified node either automatically, 
or within the region if -@ARG(location) is specified. The place_node command can be 
used on nodes that have been placed. 
Example Usage
place_node -name eco_new_lut -location "X136 Y63 X149 Y82"
place_node -name eco_new_lut -location "X5 Y10 X5 Y10"
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful