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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.5/] [rtl/] [vlib/] [balanced.opt] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 wfjm
FLOWTYPE = FPGA;
2
###############################################################
3
## Filename: balanced.opt
4
##
5
## Option File For Xilinx FPGA Implementation Flow
6
##
7
## Version: 8.1.1
8
## $Header: /devl/xcs/repo/env/Jobs/Xflow/data/optionfiles/virtex_fpga_balanced.opt,v 1.14 2004/10/01 22:29:20 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
#-bm .bmm     # Block RAM memory map file
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
-o _map.ncd;     # Output Mapped ncd file
33
-intstyle xflow;         # Message Reporting Style: ise, xflow, or silent
34
# -fp .mfp;      # Floorplan file
35
# -gm incremental;       # Guide mode
36
# -timing;               # Perform Timing-Driven Packing and Placement
37
# -ol med;               # Map Effort Levels. -ol [std|med|high]
38
                         # Note: If -timing is not specified, -ol switch is ignored.
39
                         # Device families supported: Virtex2, Virtex2P
40
.ngd;  # Input NGD file
41
.pcf;  # Physical constraints file
42
END Program map
43
 
44
#
45
# 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
#-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 high;                 # 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
-v 3;                        # Produce verbose timing report
84
#-e 3;                       # Produce error report (limit 3 items/constraint)
85
-intstyle xflow;             # Message Reporting Style: ise, xflow, or silent
86
-xml .twx;           # Output XML version of the timing report
87
#-o .twr;            # Output trace report file
88
#-tsi .tsi;          # Produce Timing Specification Interaction report
89
#-fastpaths;                 # Report minimum paths in verbose mode
90
#-nodatasheet;               # Do not create the datasheet section of the report
91
.ncd;      # Input placed and routed ncd
92
.pcf;      # Physical constraints file
93
END Program post_par_trce
94
 
95
 

powered by: WebSVN 2.1.0

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