Command Reference2. FPGA Express Shell Commands get_chip _N_A_M_E get_chip Create a list of chips SYNTAX string get_chip [-regexp] _p_a_t_t_e_r_n string _p_a_t_t_e_r_n ARGUMENTS -regexp Pattern is a full regular expression _p_a_t_t_e_r_n Matching pattern. If the _r_e_g_e_x_p option is used, the pattern is a regular expression. Otherwise, the pattern is considered a glob-style pattern. See the object man page for details on object definitions and naming. DESCRIPTION get_chip returns a list of chips in the current project that matches the the specified pattern. EXAMPLES The following command returns a list of chips in the current project and assigns the list to a variable. fe_shell > set chip_list [get_chip *] chip1 chip1-Optimized The following command returns a list of chips in the current project matching the regular expression. fe_shell > get_chip -regexp chip1-Opt.* {chip1- Optimized} SEE ALSO object(2) v3.0 Synopsys Inc. 1988-1998. All rights reserved. 2-1