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

Subversion Repositories w11

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

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

Line No. Rev Author Line
1 2 wfjm
FLOWTYPE = FPGA;
2
#
3 22 wfjm
# $Id: imp_s3_speed.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
#
14
# ----------------------------------------------------------------------------
15 2 wfjm
# 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 12 wfjm
# ----------------------------------------------------------------------------
31 2 wfjm
# 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 22 wfjm
-detail;                 # detailed map report
39 2 wfjm
.ngd;  # Input NGD file
40
.pcf;  # Physical constraints file
41
END Program map
42
 
43
#
44 12 wfjm
# ----------------------------------------------------------------------------
45 2 wfjm
# Options for Post Map Trace
46
#
47
# Type "trce -h" for a detailed list of trce command line options
48
#
49
Program post_map_trce
50
-v 3;                        # Produce verbose timing report
51
#-e 3;                       # Produce error report (limit 3 items/constraint)
52
-xml _map.twx;       # Output XML version of the timing report
53
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
54
_map.ncd;  # Input mapped ncd
55
.pcf;      # Physical constraints file
56
END Program post_map_trce
57
 
58
#
59 12 wfjm
# ----------------------------------------------------------------------------
60 2 wfjm
# Options for Place and Route
61
#
62
# Type "par -h" for a detailed list of par command line options
63
#
64
Program par
65
-w;                       # Overwrite existing placed and routed ncd
66
-ol high;                 # Overall effort level
67 12 wfjm
-xe n;                    # extra effort level
68 2 wfjm
-intstyle xflow;          # Message Reporting Style: ise, xflow, or silent
69
_map.ncd;         # Input mapped NCD file
70
.ncd;   # Output placed and routed NCD
71
.pcf;   # Input physical constraints file
72
END Program par
73
 
74
#
75 12 wfjm
# ----------------------------------------------------------------------------
76 2 wfjm
# Options for Post Par Trace
77
#
78
# Type "trce -h" for a detailed list of trce command line options
79
#
80
Program post_par_trce
81
-v 3;                        # Produce verbose timing report
82 22 wfjm
-fastpaths;                  # report fastest paths/verbose hold paths
83
-u 25;                       # report unconstrained paths
84 2 wfjm
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
85
-xml .twx;           # Output XML version of the timing report
86 22 wfjm
-tsi .tsi;           # produce timing specification interaction report
87 2 wfjm
.ncd;      # Input placed and routed ncd
88
.pcf;      # Physical constraints file
89
END Program post_par_trce
90
 
91
 

powered by: WebSVN 2.1.0

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