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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [make_ise/] [syn_s6_speed.opt] - Blame information for rev 12

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 wfjm
FLOWTYPE = FPGA_SYNTHESIS;
2
#
3
# $Id: syn_s6_speed.opt 405 2011-08-14 08:16:28Z mueller $
4
#
5
#  Revision History:
6
# Date         Rev Version Comment
7
# 2011-08-13   405   1.0    Initial version
8
#
9
# Derived from ISE xst_mixed.opt
10
#
11
# ----------------------------------------------------------------------------
12
# Options for XST
13
#
14
Program xst
15
-ifn _xst.scr;            # input XST script file
16
-ofn _xst.log;            # output XST log file
17
-intstyle xflow;                  # Message Reporting Style
18
#
19
# ParamFile lists the XST Properties that can be set by the user.
20
#
21
ParamFile: _xst.scr
22
"run";
23
#
24
# Global Synthesis Options
25
#
26
"-ifn ";             # Input/Project File Name
27
"-ifmt mixed";                    # Input Format (Verilog and VHDL)
28
"-ofn ";                  # Output File Name
29
"-ofmt ngc";                      # Output File Format
30
"-top ";                  # Top Design Name
31
"-p ";                  # Target Device
32
"-opt_mode SPEED";                # Optimization Criteria # AREA or SPEED
33
"-opt_level 2";                   # Optimization Effort Criteria: 2=High
34
"-uc .xcf";               # Constraint File name
35
#
36
# The following are HDL Options
37
#
38
End ParamFile
39
End Program xst
40
#

powered by: WebSVN 2.1.0

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