Command Reference2. FPGA Express Shell Commands get_design _N_A_M_E get_design Create a list of designs from a library SYNTAX string get_design _l_i_b__n_a_m_e string _l_i_b__n_a_m_e ARGUMENTS _n_a_m_e Library name Return the designs contained in the library _l_i_b__n_a_m_e. DESCRIPTION get_design creates a list of of designs contained in the specified library. Typically, a design from this list is used to create a chip. EXAMPLES The following command returns a list of designs in the WORK library. One of the designs is selected to create a chip named "chip1". fe_shell > get_design WORK {top mod1 mod2} fe_shell > create_chip -name chip1 top SEE ALSO object(2),create_chip(2) v3.0 Synopsys Inc. 1988-1998. All rights reserved. 2-1