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

Subversion Repositories w11

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 wfjm
FLOWTYPE = FPGA;
2
#
3 22 wfjm
# $Id: imp_s6_speed.opt 539 2013-10-13 17:06:35Z mueller $
4 12 wfjm
#
5
#  Revision History:
6 22 wfjm
# Date         Rev Version  Comment
7
# 2013-10-11   539   1.2.1  use -fastpaths, -u, -tsi for trce
8
# 2013-10-02   537   1.2    for ISE 14.x: for map drop -global_opt and -logic_opt
9
#                           use only -register_duplication; use -detail
10
# 2012-01-03   449   1.1    use '-mt 2' in map and par
11
# 2011-08-13   405   1.0    Initial version
12 12 wfjm
#
13
# Derived from ISE balanced.opt
14
# Uses uses settings like 'mapgloboptlogoptregdup' SmartExplorer strategy
15
#
16
# ----------------------------------------------------------------------------
17
# Options for Translator
18
#
19
# Type "ngdbuild -h" for a detailed list of ngdbuild command line options
20
#
21
Program ngdbuild
22
-p ;        # Partname to use - picked from xflow commandline
23
-nt timestamp;        # NGO File generation. Regenerate only when
24
                      # source netlist is newer than existing
25
                      # NGO file (default)
26
-intstyle xflow;      # Message Reporting Style: ise, xflow, or silent
27
;         # User design - pick from xflow command line
28
.ngd;         # Name of NGD file. Filebase same as design filebase
29
End Program ngdbuild
30
 
31
#
32
# ----------------------------------------------------------------------------
33
# Options for Mapper
34
#
35
# Type "map -h " for a detailed list of map command line options
36
#
37
Program map
38
-o _map.ncd;     # Output Mapped ncd file
39
-intstyle xflow;         # Message Reporting Style: ise, xflow, or silent
40
-ol high;                # Effort level
41
-xe n;                   # Extra effort level for timing-driven packing (normal)
42
-register_duplication on;# Duplicate registers/luts during timing-driven packing
43
-w;                      # Always overwrite any existing output files
44 17 wfjm
-mt 2;                   # Multi-threading
45 22 wfjm
-detail;                 # detailed map report
46 12 wfjm
.ngd;  # Input NGD file
47
.pcf;  # Physical constraints file
48
END Program map
49
 
50
#
51
# ----------------------------------------------------------------------------
52
# Options for Post Map Trace
53
#
54
# Type "trce -h" for a detailed list of trce command line options
55
#
56
Program post_map_trce
57
-v 3;                        # Produce verbose timing report
58
#-e 3;                       # Produce error report (limit 3 items/constraint)
59
-xml _map.twx;       # Output XML version of the timing report
60
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
61
_map.ncd;  # Input mapped ncd
62
.pcf;      # Physical constraints file
63
END Program post_map_trce
64
 
65
#
66
# ----------------------------------------------------------------------------
67
# Options for Place and Route
68
#
69
# Type "par -h" for a detailed list of par command line options
70
#
71
Program par
72
-w;                       # Overwrite existing placed and routed ncd
73
-ol high;                 # Overall effort level
74
-xe n;                    # extra effort level
75
-intstyle xflow;          # Message Reporting Style: ise, xflow, or silent
76 17 wfjm
-mt 2;                    # Multi-threading
77 12 wfjm
_map.ncd;         # Input mapped NCD file
78
.ncd;   # Output placed and routed NCD
79
.pcf;   # Input physical constraints file
80
END Program par
81
 
82
#
83
# ----------------------------------------------------------------------------
84
# Options for Post Par Trace
85
#
86
# Type "trce -h" for a detailed list of trce command line options
87
#
88
Program post_par_trce
89
-v 3;                        # Produce verbose timing report
90 22 wfjm
-fastpaths;                  # report fastest paths/verbose hold paths
91
-u 100;                      # report unconstrained paths
92 12 wfjm
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
93
-xml .twx;           # Output XML version of the timing report
94 22 wfjm
-tsi .tsi;           # produce timing specification interaction report
95 12 wfjm
.ncd;      # Input placed and routed ncd
96
.pcf;      # Physical constraints file
97
END Program post_par_trce
98
 
99
 

powered by: WebSVN 2.1.0

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