Command Reference2. FPGA Express Shell Commands get_cell _N_A_M_E get_cell Create a list of cells SYNTAX string get_cell _g_l_o_b__p_a_t_t_e_r_n string _g_l_o_b__p_a_t_t_e_r_n ARGUMENTS _g_l_o_b__p_a_t_t_e_r_n This parameter is used to specify the cells whose name matches the pathname glob. See the object man page for details on object definitions and naming. DESCRIPTION get_cell returns a list of cells in the current chip that matches the the specified path glob. EXAMPLES The following command returns a list of cells at the top level of hierarchy in the current chip. fe_shell > get_cell /*/* {cell1 cell2} The following command assigns a variable to the list of cells at the top level of hierarchy in the current chip. The current chip is named my_chip. fe_shell > set cell_list [get_cell /my_chip/*] cell1 cell2 SEE ALSO object(2),current_chip(2) v3.0 Synopsys Inc. 1988-1998. All rights reserved. 2-1