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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [rtl/] [make_ise/] [imp_s3_speed_maptd.opt] - Blame information for rev 12

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

Line No. Rev Author Line
1 12 wfjm
FLOWTYPE = FPGA;
2
#
3
# $Id: imp_s3_speed_maptd.opt 405 2011-08-14 08:16:28Z mueller $
4
#
5
#  Revision History:
6
# Date         Rev Version Comment
7
# 2011-08-13   405   1.1    renamed, moved to rtl/make;
8
# 2007-07-20    67   1.0    Initial version
9
#
10
# Derived from ISE balanced.opt
11
# Uses timing driven map like 'mapphyssynthesis' 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
-timing;                 # Perform a timing-driven packing
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
-logic_opt on;           # Perform physical synthesis combinatorial logic opt.
42
.ngd;  # Input NGD file
43
.pcf;  # Physical constraints file
44
END Program map
45
 
46
#
47
# ----------------------------------------------------------------------------
48
# Options for Post Map Trace
49
#
50
# Type "trce -h" for a detailed list of trce command line options
51
#
52
Program post_map_trce
53
-v 3;                        # Produce verbose timing report
54
#-e 3;                       # Produce error report (limit 3 items/constraint)
55
-xml _map.twx;       # Output XML version of the timing report
56
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
57
_map.ncd;  # Input mapped ncd
58
.pcf;      # Physical constraints file
59
END Program post_map_trce
60
 
61
#
62
# ----------------------------------------------------------------------------
63
# Options for Place and Route
64
#
65
# Type "par -h" for a detailed list of par command line options
66
#
67
Program par
68
-w;                       # Overwrite existing placed and routed ncd
69
-ol high;                 # Overall effort level
70
-xe n;                    # Extra effort level
71
-intstyle xflow;          # Message Reporting Style: ise, xflow, or silent
72
_map.ncd;         # Input mapped NCD file
73
.ncd;   # Output placed and routed NCD
74
.pcf;   # Input physical constraints file
75
END Program par
76
 
77
#
78
# ----------------------------------------------------------------------------
79
# Options for Post Par Trace
80
#
81
# Type "trce -h" for a detailed list of trce command line options
82
#
83
Program post_par_trce
84
-v 3;                        # Produce verbose timing report
85
#-e 3;                       # Produce error report (limit 3 items/constraint)
86
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
87
-xml .twx;           # Output XML version of the timing report
88
.ncd;      # Input placed and routed ncd
89
.pcf;      # Physical constraints file
90
END Program post_par_trce
91
 
92
 

powered by: WebSVN 2.1.0

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