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