Command Reference2. FPGA Express Shell Commands list_design _N_A_M_E list_design List designs in a file or library. SYNTAX string list_design [-library] _f_i_l_e/_l_i_b_r_a_r_y__n_a_m_e string _f_i_l_e/_l_i_b_r_a_r_y__n_a_m_e ARGUMENTS -library This option indicates that the last argument is a library name. The default is to consider the last argument as a file name. _f_i_l_e/_l_i_b_r_a_r_y-_n_a_m_e This parameter is treated as either a file or library name depending on the -_l_i_b_r_a_r_y option. DESCRIPTION This command displays the designs contained in the specified file or library in the current project. If the -_l_i_b_r_a_r_y option is used, the HDL designs that have been successfully analyzed into the specified library are displayed along with the files that describe the each design. Otherwise, the list of designs contained in the the file path are displayed. EXAMPLES The following command displays the designs that have been analyzed into the WORK library and the file names that implement the designs. fe_shell > list_design -library WORK AM2910 (am2910/am2910.vhd) BTS4 (am2910/bts4.vhd) CONTROL (am2910/control.vhd) REGCNT (am2910/regcnt.vhd) STACK (am2910/stack.vhd) STACK_ELEMENT (am2910/stack.vhd) UPC (am2910/upc.vhd) Y (am2910/y.vhd) The following command displays the designs that are implemented in the file am2910.vhd. fe_shell > list_design am2910/am2910.vhd AM2910 v3.0 Synopsys Inc. 1988-1998. All rights reserved. 2-1 list_design 2. FPGA Express Shell Commands Command Reference SEE ALSO object(2),get_design(2) 2-2 Synopsys Inc. 1988-1998. All rights reserved. v3.0