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 12

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

Line No. Rev Author Line
1 2 wfjm
FLOWTYPE = FPGA;
2
#
3 12 wfjm
# $Id: imp_s3_speed.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
#
12
# ----------------------------------------------------------------------------
13 2 wfjm
# Options for Translator
14
#
15
# Type "ngdbuild -h" for a detailed list of ngdbuild command line options
16
#
17
Program ngdbuild
18
-p ;        # Partname to use - picked from xflow commandline
19
-nt timestamp;        # NGO File generation. Regenerate only when
20
                      # source netlist is newer than existing
21
                      # NGO file (default)
22
-intstyle xflow;      # Message Reporting Style: ise, xflow, or silent
23
;         # User design - pick from xflow command line
24
.ngd;         # Name of NGD file. Filebase same as design filebase
25
End Program ngdbuild
26
 
27
#
28 12 wfjm
# ----------------------------------------------------------------------------
29 2 wfjm
# Options for Mapper
30
#
31
# Type "map -h " for a detailed list of map command line options
32
#
33
Program map
34
-o _map.ncd;     # Output Mapped ncd file
35
-intstyle xflow;         # Message Reporting Style: ise, xflow, or silent
36
.ngd;  # Input NGD file
37
.pcf;  # Physical constraints file
38
END Program map
39
 
40
#
41 12 wfjm
# ----------------------------------------------------------------------------
42 2 wfjm
# Options for Post Map Trace
43
#
44
# Type "trce -h" for a detailed list of trce command line options
45
#
46
Program post_map_trce
47
-v 3;                        # Produce verbose timing report
48
#-e 3;                       # Produce error report (limit 3 items/constraint)
49
-xml _map.twx;       # Output XML version of the timing report
50
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
51
_map.ncd;  # Input mapped ncd
52
.pcf;      # Physical constraints file
53
END Program post_map_trce
54
 
55
#
56 12 wfjm
# ----------------------------------------------------------------------------
57 2 wfjm
# Options for Place and Route
58
#
59
# Type "par -h" for a detailed list of par command line options
60
#
61
Program par
62
-w;                       # Overwrite existing placed and routed ncd
63
-ol high;                 # Overall effort level
64 12 wfjm
-xe n;                    # extra effort level
65 2 wfjm
-intstyle xflow;          # Message Reporting Style: ise, xflow, or silent
66
_map.ncd;         # Input mapped NCD file
67
.ncd;   # Output placed and routed NCD
68
.pcf;   # Input physical constraints file
69
END Program par
70
 
71
#
72 12 wfjm
# ----------------------------------------------------------------------------
73 2 wfjm
# Options for Post Par Trace
74
#
75
# Type "trce -h" for a detailed list of trce command line options
76
#
77
Program post_par_trce
78
-v 3;                        # Produce verbose timing report
79
#-e 3;                       # Produce error report (limit 3 items/constraint)
80
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
81
-xml .twx;           # Output XML version of the timing report
82
.ncd;      # Input placed and routed ncd
83
.pcf;      # Physical constraints file
84
END Program post_par_trce
85
 
86
 

powered by: WebSVN 2.1.0

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