add_new_io (::quartus::chip_planner)

The following table displays information for the add_new_io Tcl command:

Tcl Package and Version

Belongs to ::quartus::chip_planner 2.0

Syntax add_new_io [-h | -help] [-long_help] -cell_name <cell name> -direction <input|output|bidir> [-location <location> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-cell_name <cell name> Name of new pin
-direction <input|output|bidir> Direction of new pin
-location <location> Cell location
Description
Adds a new I/O pin to the netlist.
Example Usage
add_new_io -cell_name test1 -location LC_X1_Y1_N1 -direction input
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Illegal <string> value: <string>. Specify a legal value.
TCL_ERROR 1 ERROR: Unable to find Chip Planner netlist. Read the netlist by using the read_netlist command.