Command Reference 2. FPGA Express Shell Commandsset_module_objective _N_A_M_E set_module_objective Specify objective option for optimization on a module. SYNTAX string set_module_objective {_s_p_e_e_d | _a_r_e_a | _i_n_h_e_r_i_t} _m_o_d_u_l_e__l_i_s_t string _s_p_e_e_d, _a_r_e_a, _i_n_h_e_r_i_t list _m_o_d_u_l_e__l_i_s_t ARGUMENTS _s_p_e_e_d This option directs the optimization to maximize circuit speed for the modules in _m_o_d_u_l_e__l_i_s_t. _a_r_e_a This option directs the optimization to minimize area utilization for the modules in _m_o_d_u_l_e__l_i_s_t. _i_n_h_e_r_i_t Set the objectives for the modules to be the objective of the parent. _m_o_d_u_l_e__l_i_s_t List of modules for which the optimization objectives is to be set. DESCRIPTION This command controls whether to optimize the specified modules contained in the current chip for maximum speed or minimum area. EXAMPLES In this example, the modules /test1/C1 and /test/C2 are to be optimized for speed, and /test1/C3 and /test1/C4 are to inherit the optimization objective of /test1. The optimization objective of /test1 is set to area. fe_shell > set mod1 {/test1/C1 /test1/C2} /test1/C1 /test1/C2 fe_shell > set mod2 {/test1/C3 /test1/C4} /test1/C3 /test1/C4 fe_shell > set_module_objective speed $mod1 fe_shell > set_module_objective inherit $mod2 v3.0 Synopsys Inc. 1988-1998. All rights reserved. 2-1 set_module_objectiv2e. FPGA Express Shell Commands Command Reference fe_shell > set_module_objective area /test1 SEE ALSO set_module_effort(2),set_module_hierarchy(2), 2-2 Synopsys Inc. 1988-1998. All rights reserved. v3.0