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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [rtl/] [make/] [imp_s3_speed_maptd.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_s3_speed_maptd.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-05   537   1.2    use -detail for map
9 12 wfjm
# 2011-08-13   405   1.1    renamed, moved to rtl/make;
10
# 2007-07-20    67   1.0    Initial version
11
#
12
# Derived from ISE balanced.opt
13
# Uses timing driven map like 'mapphyssynthesis' SmartExplorer strategy
14
#
15
# ----------------------------------------------------------------------------
16
# Options for Translator
17
#
18
# Type "ngdbuild -h" for a detailed list of ngdbuild command line options
19
#
20
Program ngdbuild
21
-p ;        # Partname to use - picked from xflow commandline
22
-nt timestamp;        # NGO File generation. Regenerate only when
23
                      # source netlist is newer than existing
24
                      # NGO file (default)
25
-intstyle xflow;      # Message Reporting Style: ise, xflow, or silent
26
;         # User design - pick from xflow command line
27
.ngd;         # Name of NGD file. Filebase same as design filebase
28
End Program ngdbuild
29
 
30
#
31
# ----------------------------------------------------------------------------
32
# Options for Mapper
33
#
34
# Type "map -h " for a detailed list of map command line options
35
#
36
Program map
37
-o _map.ncd;     # Output Mapped ncd file
38
-intstyle xflow;         # Message Reporting Style: ise, xflow, or silent
39
-timing;                 # Perform a timing-driven packing
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
-logic_opt on;           # Perform physical synthesis combinatorial logic opt.
44 22 wfjm
-detail;                 # detailed map report
45 12 wfjm
.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 22 wfjm
-fastpaths;                  # report fastest paths/verbose hold paths
58
-u 25;                       # report unconstrained paths
59
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
60 12 wfjm
-xml _map.twx;       # Output XML version of the timing report
61 22 wfjm
-tsi .tsi;           # produce timing specification interaction report
62 12 wfjm
_map.ncd;  # Input mapped ncd
63
.pcf;      # Physical constraints file
64
END Program post_map_trce
65
 
66
#
67
# ----------------------------------------------------------------------------
68
# Options for Place and Route
69
#
70
# Type "par -h" for a detailed list of par command line options
71
#
72
Program par
73
-w;                       # Overwrite existing placed and routed ncd
74
-ol high;                 # Overall effort level
75
-xe n;                    # Extra effort level
76
-intstyle xflow;          # Message Reporting Style: ise, xflow, or silent
77
_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
#-e 3;                       # Produce error report (limit 3 items/constraint)
91
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
92
-xml .twx;           # Output XML version of the timing 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.