Command Reference2. FPGA Express Shell Commands get_library _N_A_M_E get_library Create a list of libraries SYNTAX string get_library [-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 libraries 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_library returns the list of libraries that exist in the current project. The default library _W_O_R_K is created when files have been analyzed into the current project. Additional libraries may be created using the create_library command. EXAMPLES fe_shell > create_library my_lib fe_shell > analyze_file * fe_shell > get_library * WORK my_lib SEE ALSO object(2),create_library(2), v3.0 Synopsys Inc. 1988-1998. All rights reserved. 2-1