Command Reference2. FPGA Express Shell Commands get_pin _N_A_M_E get_pin Create a list of pins SYNTAX string get_pin [-in] [-out] [-inout] _g_l_o_b__p_a_t_t_e_r_n string _g_l_o_b__p_a_t_t_e_r_n ARGUMENTS -in Return only input pins. -out Return only output pins. -inout Return only bidirectional (input/output) pins. _g_l_o_b__p_a_t_t_e_r_n This parameter is used to specify the pins whose name matches the pathname glob. See the object man page for details on object definitions and naming. DESCRIPTION get_pin returns a list of pins in the current chip that matches the the specified path glob and pin direction. EXAMPLES This command returns all of the pins on cell C1009. The current chip is AM2910. fe_shell > get_pin /AM2910/C1009/* I O IO This command returns all of the input pins on cell C1009. The current chip is AM2910. fe_shell > get_pin -input /AM2910/C1009/* I This command returns all of the output pins on cell C1009. The current chip is AM2910. fe_shell > get_pin -output /AM2910/C1009/* O v3.0 Synopsys Inc. 1988-1998. All rights reserved. 2-1 get_pin 2. FPGA Express Shell Commands Command Reference This command returns all of the bidirectional pins on cell C1009. The current chip is AM2910. fe_shell > get_pin -inout /AM2910/C1009/* IO SEE ALSO object(2),current_chip(2) 2-2 Synopsys Inc. 1988-1998. All rights reserved. v3.0