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

Subversion Repositories w11

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

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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