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

Subversion Repositories w11

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

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

Line No. Rev Author Line
1 12 wfjm
FLOWTYPE = FPGA;
2
#
3 17 wfjm
# $Id: imp_s6_speed.opt 449 2012-01-04 08:14:11Z mueller $
4 12 wfjm
#
5
#  Revision History:
6
# Date         Rev Version Comment
7 17 wfjm
# 2012-01-03   449   1.1   use '-mt 2' in map and par
8
# 2011-08-13   405   1.0   Initial version
9 12 wfjm
#
10
# Derived from ISE balanced.opt
11
# Uses uses settings like 'mapgloboptlogoptregdup' SmartExplorer strategy
12
#
13
# ----------------------------------------------------------------------------
14
# Options for Translator
15
#
16
# Type "ngdbuild -h" for a detailed list of ngdbuild command line options
17
#
18
Program ngdbuild
19
-p ;        # Partname to use - picked from xflow commandline
20
-nt timestamp;        # NGO File generation. Regenerate only when
21
                      # source netlist is newer than existing
22
                      # NGO file (default)
23
-intstyle xflow;      # Message Reporting Style: ise, xflow, or silent
24
;         # User design - pick from xflow command line
25
.ngd;         # Name of NGD file. Filebase same as design filebase
26
End Program ngdbuild
27
 
28
#
29
# ----------------------------------------------------------------------------
30
# Options for Mapper
31
#
32
# Type "map -h " for a detailed list of map command line options
33
#
34
Program map
35
-o _map.ncd;     # Output Mapped ncd file
36
-intstyle xflow;         # Message Reporting Style: ise, xflow, or silent
37
-ol high;                # Effort level
38
-xe n;                   # Extra effort level for timing-driven packing (normal)
39
-global_opt speed;       # Perform global optimization before mapping
40
-logic_opt on;           # Perform physical synthesis combinatorial logic opt.
41
-register_duplication on;# Duplicate registers/luts during timing-driven packing
42
-w;                      # Always overwrite any existing output files
43 17 wfjm
-mt 2;                   # Multi-threading
44 12 wfjm
.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 17 wfjm
-mt 2;                    # Multi-threading
75 12 wfjm
_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
#-e 3;                       # Produce error report (limit 3 items/constraint)
89
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
90
-xml .twx;           # Output XML version of the timing report
91
.ncd;      # Input placed and routed ncd
92
.pcf;      # Physical constraints file
93
END Program post_par_trce
94
 
95
 

powered by: WebSVN 2.1.0

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