Command Reference2. FPGA Express Shell Commandsset_module_sharing _N_A_M_E set_module_sharing Specify resource sharing option for optimization. SYNTAX string set_module_sharing [-none | -reset] _m_o_d_u_l_e__l_i_s_t list _m_o_d_u_l_e__l_i_s_t ARGUMENTS -none Do not perform resource sharing. Only one of "-none" or "-reset" can be specified. -reset Return to resource sharing decisions made by FPGA Express . Only one of "- none" or "-reset" can be specified. _m_o_d_u_l_e__l_i_s_t List of modules to which to apply the "-none" or "-reset" command. DESCRIPTION Resource sharing is an optimization that enables several operations in HDL code to share a single hardware operator. Sometimes, even though FPGA Express calculates that resource sharing is beneficial, there may be designs that benefit from disabling resource sharing. EXAMPLES fe_shell > load_project myproject1 fe_shell > list_chip chip: prep4_v WORK prep4 MRA ... chip: prep4_opt WORK prep4 MRA ... fe_shell > current_chip prep4_v fe_shell > get_module * /prep4_v fe_shell > set_module_sharing -none prep4_v v3.0 Synopsys Inc. 1988-1998. All rights reserved. 2-1