FLOWTYPE = FPGA_SYNTHESIS; # # $Id: syn_s6_speed.opt 456 2012-02-05 22:19:44Z mueller $ # # Revision History: # Date Rev Version Comment # 2012-02-05 456 1.1 use $top_entity variable for -top attribute # 2011-08-13 405 1.0 Initial version # # Derived from ISE xst_mixed.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 mixed"; # Input Format (Verilog and VHDL) "-ofn "; # Output File Name "-ofmt ngc"; # Output File Format "-top $top_entity"; # Top Design Name "-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 #