FLOWTYPE = FPGA_SYNTHESIS; # # $Id: syn_s3_speed.opt 405 2011-08-14 08:16:28Z mueller $ # # Revision History: # Date Rev Version Comment # 2011-08-13 405 1.1 renamed, moved to rtl/make; # 2007-07-20 67 1.0 Initial version # # Derived from ISE xst_vhdl.opt # # ---------------------------------------------------------------------------- # Options for XST # Program xst -ifn _xst.scr; # input XST script file -ofn _xst.log; # output XST log file -intstyle xflow; # Message Reporting Style # # ParamFile lists the XST Properties that can be set by the user. # ParamFile: _xst.scr "run"; # # Global Synthesis Options # "-ifn "; # Input/Project File Name "-ifmt VHDL"; # Input Format (Verilog or VHDL) "-ofn "; # Output File Name "-ofmt ngc"; # Output File Format "-p "; # Target Device "-opt_mode SPEED"; # Optimization Criteria # AREA or SPEED "-opt_level 2"; # Optimization Effort Criteria: 2=High "-uc .xcf"; # Constraint File name # # The following are HDL Options # End ParamFile End Program xst #