#Source files
{src_files}

#device options
set_option -technology {technology}
set_option -part {part}
set_option -package {package}
set_option -speed_grade {speed_grade}

#compilation/mapping options
set_option -default_enum_encoding default
set_option -symbolic_fsm_compiler true
set_option -resource_sharing true
set_option -hdl_define -set {synMacros}

#map options
set_option -top_module "{topModule}"
set_option -include_path "{includePath}"
set_option -disable_io_insertion false
set_option -frequency 60
set_option -pipe 1
set_option -retiming 0
set_option -fixgatedclocks 3
set_option -fixgeneratedclocks 3
set_option -par_use_xflow 0
set_option -fanout_limit 10000
set_option -update_models_cp false
set_option -verification_mode false
set_option -vlog_std sysv
set_option -hier_report 1
set_option -island_num_paths 10
set_option -island_group_range 0.5
set_option -island_global_range 0.5
set_option -enable_nfilter 0
set_option -feedthrough 0
set_option -constant_prop 0
set_option -level_hierarchy 0
set_option -auto_constrain_io 0
set_option -dup 0
set_option -run_prop_extract 1
set_option -write_vif 1
set_option -write_apr_constraint 1
set_option -synthesis_onoff_pragma 0
set_option -no_sequential_opt 0
set_option -use_fsm_explorer 0

#simulation options
set_option -write_vhdl false
set_option -write_verilog true
project -result_format "edif"
project -result_file "{netlist}"