Command Reference2. FPGA Express Shell Commandstranslate_dc_script _N_A_M_E translate_dc_script Translates a DC script in a top-down- synthesis FST script SYNTAX translate_dc_script -input_script _d_c__s_h_e_l_l__s_c_r_i_p_t -output_script _f_e__s_h_e_l_l__s_c_r_i_p_t [-help] [-top top_module] [-family family] [-device device] [-speed speed_grade] [-clock freq] [-pads yes|no] [-hierarchy yes|no] [-objective area|speed] [-effort low|high] string _t_o_p__m_o_d_u_l_e string _f_a_m string _d_e_v string _s_p_e_e_d__g_r_a_d_e integer _f_r_e_q ARGUMENTS -help help message -file _d_c__s_h_e_l_l__s_c_r_i_p_t Input dc_shell script -output_script fe_shell_script Output fe_shell script. -top _s_t_r_i_n_g top module/entity name -family _s_t_r_i_n_g target family -device _s_t_r_i_n_g target device -speed _s_t_r_i_n_g target speed grade -clock _i_n_t_e_g_e_r global glock frequency -pads _y_e_s|_n_o pad insertion -hierarchy _y_e_s|_n_o hierarchical synthesis -objective _a_r_e_a|_s_p_e_e_d optimization goal -effort _l_o_w|_h_i_g_h CPU effort v3.0 Synopsys Inc. 1988-1998. All rights reserved. 2-1 translate_dc_script2. FPGA Express Shell Commands Command Reference DESCRIPTION This command translates a DC-script into a FST script for FPGA Compiler II. The recommended synthesis methodology for FPGA Compiler II is a top-down, flat, full-chip synthesis. Regardless of the methodology used in the DC script, translate_dc_script extracts relevant information from the DC-script, and creates a top-down-synthesis FST script. The goal is to provide a basic FST template that the user can modify. The FST script is commented to make the understanding and future modifications easier. Optional parameters, if used, will take precedence over the information found in the DC-script. For the list of available parts, use following FST commands: get_target, get_device, get_speed EXAMPLES This example translates a DC script (run.scr) in a FST script (run.fst) and overrides the target device/speed-grade, the global clock frequency constraint, and the synthesis objective. fe_shell > translate_dc_script run.scr run.fst -family VIRTEX -device V50PQ240 -speed -4 -objective area -clock 50 SEE ALSO get_target(2),get_device(2),get_speed(2) 2-2 Synopsys Inc. 1988-1998. All rights reserved. v3.0