Command Reference2. FPGA Express Shell Commands optimize_chip _N_A_M_E optimize_chip Optimize a chip SYNTAX string optimize_chip -name _o_p_t_i_m_i_z_e_d__c_h_i_p__n_a_m_e [-progress] string _o_p_t_i_m_i_z_e_d__c_h_i_p__n_a_m_e ARGUMENTS -name _s_t_r_i_n_g Optimized chip name. This is the name that will be given to the optimized chip. The chip that is being optimized is the _c_u_r_r_e_n_t _c_h_i_p (see the command: current_chip). -progress Enable the progress report DESCRIPTION Optimizes the _c_u_r_r_e_n_t _c_h_i_p. Since the optimized chip is a new chip, this command has an required argument to specify the name of the new chip. If "-progress" option is set, progress messages will be displayed to indicate the optimization progress. EXAMPLES fe_shell > create_project -dir . fesproj fe_shell > add_file prep4.vhd fe_shell > analyze_file fe_shell > create_chip -target VIRTEX -name p_v prep4 fe_shell > current_chip -name p_v fe_shell > optimize_chip -name prep4_opt fe_shell > export_chip fe_shell > quit SEE ALSO current_chip (2). v3.0 Synopsys Inc. 1988-1998. All rights reserved. 2-1