OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [make_ise/] [syn_s3_speed.opt] - Diff between revs 2 and 12

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 2 Rev 12
Line 1... Line 1...
FLOWTYPE = FPGA_SYNTHESIS;
FLOWTYPE = FPGA_SYNTHESIS;
#########################################################
 
## Filename: xst_vhdl.opt
 
##
 
## VHDL Option File for XST targeted for speed
 
## This works for FPGA devices.
 
##
 
## Version: 8.1.1
 
## $Header: /devl/xcs/repo/env/Jobs/Xflow/data/optionfiles/fpga_xst_vhdl_speed.opt,v 1.13 2004/10/01 22:29:20 rvklair Exp $
 
#########################################################
 
# Options for XST
 
#
#
 
# $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
Program xst
-ifn _xst.scr;            # input XST script file
-ifn _xst.scr;            # input XST script file
-ofn _xst.log;            # output XST log file
-ofn _xst.log;            # output XST log file
-intstyle xflow;                  # Message Reporting Style: ise, xflow, or silent
-intstyle xflow;                  # Message Reporting Style
#
#
# The options listed under ParamFile are the XST Properties that can be set by the
# ParamFile lists the XST Properties that can be set by the user.
# user. To turn on an option, uncomment by removing the '#' in front of the switch.
 
#
#
ParamFile: _xst.scr
ParamFile: _xst.scr
"run";
"run";
#
#
# Global Synthesis Options
# Global Synthesis Options
#
#
"-ifn ";             # Input/Project File Name
"-ifn ";             # Input/Project File Name
"-ifmt VHDL";                     # Input Format
"-ifmt VHDL";                     # Input Format (Verilog or VHDL)
"-ofn ";                  # Output File Name
"-ofn ";                  # Output File Name
"-ofmt ngc";                      # Output File Format
"-ofmt ngc";                      # Output File Format
"-p ";                  # Target Device
"-p ";                  # Target Device
"-opt_mode SPEED";                # Optimization Criteria # AREA or SPEED
"-opt_mode SPEED";                # Optimization Criteria # AREA or SPEED
"-opt_level 2";
"-opt_level 2";                   # Optimization Effort Criteria: 2=High
"-uc .xcf";               # Constraint File name
"-uc .xcf";               # Constraint File name
#"-case maintain";                # Specifies how to handle source name case
 
                                  # upper, lower
 
#"-keep_hierarchy NO";            # Prevents optimization across module boundaries
 
                                  # CPLD default YES, FPGA default NO
 
#"-write_timing_constraints NO";  # Write Timing Constraints
 
                                  # YES, NO
 
#"-cross_clock_analysis NO";      # Cross Clock Option
 
                                  # YES, NO
 
#"-iobuf YES";                    # Add I/O Buffers to top level portS
 
                                  # YES, NO
 
#
#
# The following are HDL Options
# The following are HDL Options
#
#
# The following are Xilinx FPGA specific options for Virtex, VirtexE, Virtex-II and Spartan2
 
#
 
#"-register_balancing NO";        # Register Balancing
 
                                  # YES, NO, Forward, Backward
 
#"-move_first_stage YES";         # Move First Flip-Flop Stage
 
                                  # YES, NO
 
#"-move_last_stage YES";          # Move Last Flip-Flop Stage
 
                                  # YES, NO
 
End ParamFile
End ParamFile
End Program xst
End Program xst
#
#
# See XST USER Guide Chapter 8 (Command Line Mode) for all XST options
 
#
 
 
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.