Command Reference2. FPGA Express Shell Commandsset_chip_max_fanout _N_A_M_E set_chip_max_fanout Set the maximum fanout for all the cells in the chip. SYNTAX string set_chip_max_fanout [-_r_e_g_i_s_t_e_r] [_M_A_X__F_A_N_O_U_T] integer _M_A_X__F_A_N_O_U_T ARGUMENTS -_r_e_g_i_s_t_e_r Required to indicate registers will be the target cells in the current chip. _M_A_X__F_A_N_O_U_T The maximum number for fanout of each register in the current chip. DESCRIPTION This command duplicates all registers in the chip that have fanout number greater than the number _M_A_X__F_A_N_O_U_T. The user needs to specify -_r_e_g_i_s_t_e_r option as only registers are duplicated. The current chip must be defined by using the command current_chip before executing this command, otherwise an error will be reported. The set_chip_max_fanout command must be issued on an unoptimized chip -- prior to issuing the optimize_chip command. EXAMPLES The maximum fanout of 14 is set for all the registers in the chip. fe_shell > set_chip_max_fanout -register 14 SEE ALSO current_chip(2), get_register(2), set_cell_max_fanout v3.0 Synopsys Inc. 1988-1998. All rights reserved. 2-1