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

Subversion Repositories w11

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

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

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

powered by: WebSVN 2.1.0

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