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

Subversion Repositories tcp_socket

[/] [tcp_socket/] [trunk/] [xilinx_input/] [balanced.opt] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 jondawson
FLOWTYPE = FPGA;
2
###############################################################
3
## Filename: balanced.opt
4
##
5
## Option File For Xilinx FPGA Implementation Flow
6
##
7
## Version: 13.1
8
## $Header: /devl/xcs/repo/env/Jobs/Xflow/data/optionfiles/fpga_balanced.opt,v 1.25 2011/01/05 01:18:16 rvklair Exp $
9
###############################################################
10
#
11
# Options for Translator
12
#
13
# Type "ngdbuild -h" for a detailed list of ngdbuild command line options
14
#
15
Program ngdbuild
16
-p ;                    # Partname to use - picked from xflow commandline
17
-nt timestamp;                  # NGO File generation. Regenerate only when
18
                                # source netlist is newer than existing
19
                                # NGO file (default)
20
-intstyle xflow;                # Message Reporting Style: ise, xflow, or silent
21
#-insert_keep_hierarchy;        # Retain hierarchy identified by individual source input netlists
22
;                       # User design - pick from xflow command line
23
.ngd;                   # Name of NGD file. Filebase same as design filebase
24
End Program ngdbuild
25
 
26
#
27
# Options for Mapper
28
#
29
# Type "map -h " for a detailed list of map command line options
30
#
31
Program map
32
-w;
33
-o _map.ncd;     # Output Mapped ncd file
34
-intstyle xflow;         # Message Reporting Style: ise, xflow, or silent
35
# -fp .mfp;      # Floorplan file
36
# -gm incremental;       # Guide mode
37
# -timing;               # Perform Timing-Driven Packing and Placement
38
# -ol med;               # Map Effort Levels. -ol [std|med|high]
39
                         # Note: If -timing is not specified, -ol switch is ignored.
40
                         # Device families supported: Virtex2, Virtex2P
41
.ngd;  # Input NGD file
42
.pcf;  # Physical constraints file
43
END Program map
44
 
45
#
46
# Options for Post Map Trace
47
#
48
# Type "trce -h" for a detailed list of trce command line options
49
#
50
Program post_map_trce
51
-e 3;                        # Produce error report limited to 3 items per constraint
52
-xml _map.twx;       # Output XML version of the timing report
53
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
54
#-o _map.twr;        # Output trace report file
55
#-tsi _map.tsi;      # Produce Timing Specification Interaction report
56
#-fastpaths;                 # Report minimum paths in verbose mode
57
#-nodatasheet;               # Do not create the datasheet section of the report
58
_map.ncd;  # Input mapped ncd
59
.pcf;      # Physical constraints file
60
END Program post_map_trce
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 std;                  # Overall effort level
70
-intstyle xflow;          # Message Reporting Style: ise, xflow, or silent
71
# -gm incremental;        # Guide mode
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
# Options for Post Par Trace
79
#
80
# Type "trce -h" for a detailed list of trce command line options
81
#
82
Program post_par_trce
83
-e 3;                        # Produce error report limited to 3 items per constraint
84
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
85
-xml .twx;           # Output XML version of the timing report
86
#-o .twr;            # Output trace report file
87
#-tsi .tsi;          # Produce Timing Specification Interaction report
88
#-fastpaths;                 # Report minimum paths in verbose mode
89
#-nodatasheet;               # Do not create the datasheet section of the report
90
.ncd;      # Input placed and routed ncd
91
.pcf;      # Physical constraints file
92
END Program post_par_trce
93
 
94
 

powered by: WebSVN 2.1.0

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