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

Subversion Repositories w11

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

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

Line No. Rev Author Line
1 22 wfjm
FLOWTYPE = FPGA;
2
#
3
# $Id: imp_s6_speed_ise133.opt 537 2013-10-06 09:06:23Z mueller $
4
#
5
#  Revision History:
6
# Date         Rev Version  Comment
7
# 2012-01-03   449   1.1    use '-mt 2' in map and par
8
# 2011-08-13   405   1.0    Initial version
9
#
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
-mt 2;                   # Multi-threading
44
-detail;                 # detailed map report
45
.ngd;  # Input NGD file
46
.pcf;  # Physical constraints file
47
END Program map
48
 
49
#
50
# ----------------------------------------------------------------------------
51
# Options for Post Map Trace
52
#
53
# Type "trce -h" for a detailed list of trce command line options
54
#
55
Program post_map_trce
56
-v 3;                        # Produce verbose timing report
57
#-e 3;                       # Produce error report (limit 3 items/constraint)
58
-xml _map.twx;       # Output XML version of the timing report
59
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
60
_map.ncd;  # Input mapped ncd
61
.pcf;      # Physical constraints file
62
END Program post_map_trce
63
 
64
#
65
# ----------------------------------------------------------------------------
66
# Options for Place and Route
67
#
68
# Type "par -h" for a detailed list of par command line options
69
#
70
Program par
71
-w;                       # Overwrite existing placed and routed ncd
72
-ol high;                 # Overall effort level
73
-xe n;                    # extra effort level
74
-intstyle xflow;          # Message Reporting Style: ise, xflow, or silent
75
-mt 2;                    # Multi-threading
76
_map.ncd;         # Input mapped NCD file
77
.ncd;   # Output placed and routed NCD
78
.pcf;   # Input physical constraints file
79
END Program par
80
 
81
#
82
# ----------------------------------------------------------------------------
83
# Options for Post Par Trace
84
#
85
# Type "trce -h" for a detailed list of trce command line options
86
#
87
Program post_par_trce
88
-v 3;                        # Produce verbose timing report
89
#-e 3;                       # Produce error report (limit 3 items/constraint)
90
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
91
-xml .twx;           # Output XML version of the timing report
92
.ncd;      # Input placed and routed ncd
93
.pcf;      # Physical constraints file
94
END Program post_par_trce
95
 
96
 

powered by: WebSVN 2.1.0

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