Command Reference2. FPGA Express Shell Commands update_library _N_A_M_E update_library Update library SYNTAX string update_library [-force] [-progress] [_L_i_s_t _o_f _l_i_b_r_a_r_i_e_s] string _L_i_s_t _o_f _l_i_b_r_a_r_i_e_s ARGUMENTS -force Force update. Forces an update of the library whether or not it has been modified. This option may be used to update the library because a change at a lower level or in a related file would not be apparent. -progress Show progress. Show progress as the library is being updated. _L_i_s_t _o_f Libraries to be updated. A list of libraries that need to be updated. DESCRIPTION The command "update_library" has two options. The -force option forces an update of all the libraries listed. The -progress option shows the progress of the update process. The libraries which need updating are listed, with the options preceding the library list. EXAMPLES fe_shell > create_library my_library fe_shell > cd /vobs/pdq/designs/Synopsys/tutorials/pdq/vhdl fe_shell > add_file -format VHDL -library my_library tutor.vhd fe_shell > add_file -format VHDL -library my_library counter.vhd fe_shell > update_library -force -progress my_library fe_shell > remove_file counter.vhd fe_shell > update_library -force my_library SEE ALSO create_library,delete_library v3.0 Synopsys Inc. 1988-1998. All rights reserved. 2-1