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

Subversion Repositories w11

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

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

Line No. Rev Author Line
1 2 wfjm
FLOWTYPE = FPGA_SYNTHESIS;
2 12 wfjm
#
3
# $Id: syn_s3_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.1    renamed, moved to rtl/make;
8
# 2007-07-20    67   1.0    Initial version
9
#
10
# Derived from ISE xst_vhdl.opt
11
#
12
# ----------------------------------------------------------------------------
13 2 wfjm
# Options for XST
14
#
15
Program xst
16
-ifn _xst.scr;            # input XST script file
17
-ofn _xst.log;            # output XST log file
18 12 wfjm
-intstyle xflow;                  # Message Reporting Style
19 2 wfjm
#
20 12 wfjm
# ParamFile lists the XST Properties that can be set by the user.
21 2 wfjm
#
22
ParamFile: _xst.scr
23
"run";
24
#
25
# Global Synthesis Options
26
#
27
"-ifn ";             # Input/Project File Name
28 12 wfjm
"-ifmt VHDL";                     # Input Format (Verilog or VHDL)
29 2 wfjm
"-ofn ";                  # Output File Name
30
"-ofmt ngc";                      # Output File Format
31
"-p ";                  # Target Device
32
"-opt_mode SPEED";                # Optimization Criteria # AREA or SPEED
33 12 wfjm
"-opt_level 2";                   # Optimization Effort Criteria: 2=High
34 2 wfjm
"-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.