#Source files
{src_files}

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

set_option -vlog_std sysv

#compilation/mapping options
set_option -hdl_define -set {synMacros}

#map options
set_option -top_module "{topModule}"
set_option -include_path "{includePath}"

#simulation options
project -result_format "edif"
project -result_file "{netlist}"