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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [rtl/] [make/] [syn_s3_speed.opt] - Blame information for rev 24

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 wfjm
FLOWTYPE = FPGA_SYNTHESIS;
2 12 wfjm
#
3 22 wfjm
# $Id: syn_s3_speed.opt 540 2013-10-13 18:42:50Z mueller $
4 12 wfjm
#
5
#  Revision History:
6 22 wfjm
# Date         Rev Version  Comment
7
# 2013-10-05   540   1.2    use -shreg_extract NO to avoid shreg capture flops
8 12 wfjm
# 2011-08-13   405   1.1    renamed, moved to rtl/make;
9
# 2007-07-20    67   1.0    Initial version
10
#
11
# Derived from ISE xst_vhdl.opt
12
#
13
# ----------------------------------------------------------------------------
14 2 wfjm
# Options for XST
15
#
16
Program xst
17
-ifn _xst.scr;            # input XST script file
18
-ofn _xst.log;            # output XST log file
19 12 wfjm
-intstyle xflow;                  # Message Reporting Style
20 2 wfjm
#
21 12 wfjm
# ParamFile lists the XST Properties that can be set by the user.
22 2 wfjm
#
23
ParamFile: _xst.scr
24
"run";
25
#
26
# Global Synthesis Options
27
#
28
"-ifn ";             # Input/Project File Name
29 12 wfjm
"-ifmt VHDL";                     # Input Format (Verilog or VHDL)
30 2 wfjm
"-ofn ";                  # Output File Name
31
"-ofmt ngc";                      # Output File Format
32
"-p ";                  # Target Device
33
"-opt_mode SPEED";                # Optimization Criteria # AREA or SPEED
34 12 wfjm
"-opt_level 2";                   # Optimization Effort Criteria: 2=High
35 22 wfjm
## "-shreg_min_size 3";           # not available for Spartan-3 !!
36
"-shreg_extract NO";              # --> switch shreg extrtaction off instead
37 2 wfjm
"-uc .xcf";               # Constraint File name
38
#
39
# The following are HDL Options
40
#
41
End ParamFile
42
End Program xst
43
#

powered by: WebSVN 2.1.0

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