Command Reference2. FPGA Express Shell Commands get_file _N_A_M_E get_file Create a list of files SYNTAX string get_file [-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 Only return files matching _p_a_t_t_e_r_n. If the regexp option is given, pattern is a regular expression. Otherwise, it is a glob-style pattern. DESCRIPTION get_file returns the list of files that have been added to the current project using the add_file command. EXAMPLES fe_shell > add_file ../designs/am2910.v fe_shell > get_file a* am2910.v SEE ALSO object(2),add_file(2) v3.0 Synopsys Inc. 1988-1998. All rights reserved. 2-1