#-- Synopsys, Inc. #-- Version F-2011.09-SP1 #-- Project file /synplify/rev_1/run_options.txt #project files # NOTE: all project files added add_file -verilog "./src/TOP_ICM.v" #implementation: "rev_1" impl -add rev_1 -type fpga # #implementation attributes set_option -vlog_std sysv set_option -project_relative_includes 1 #device options set_option -technology Virtex6 set_option -part XC6VLX760 set_option -package FF1760 set_option -speed_grade -1 set_option -part_companion "" #compilation/mapping options set_option -use_fsm_explorer 0 # mapper_options set_option -frequency auto set_option -write_verilog 0 set_option -write_vhdl 0 # Xilinx Virtex2 set_option -run_prop_extract 1 set_option -maxfan 10000 set_option -disable_io_insertion 1 set_option -pipe 1 set_option -update_models_cp 0 set_option -retiming 0 set_option -no_sequential_opt 0 set_option -fixgatedclocks 3 set_option -fixgeneratedclocks 3 # Xilinx Virtex6 set_option -enable_prepacking 1 # NFilter set_option -popfeed 0 set_option -constprop 0 set_option -createhierarchy 0 # sequential_optimization_options set_option -symbolic_fsm_compiler 1 # Compiler Options set_option -compiler_compatible 0 set_option -resource_sharing 1 set_option -multi_file_compilation_unit 1 #VIF options set_option -write_vif 1 #automatic place and route (vendor) options set_option -write_apr_constraint 1 #set result format/file last project -result_file "./rev_1/TOP_ICM.edf" impl -active "rev_1"