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

Subversion Repositories opb_usblite

[/] [opb_usblite/] [trunk/] [refdesign/] [etc/] [fast_runtime.opt] - Blame information for rev 8

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 8 rehnmaak
FLOWTYPE = FPGA;
2
###############################################################
3
## Filename: fast_runtime.opt
4
##
5
## Option File For Xilinx FPGA Implementation Flow for Fast
6
## Runtime.
7
##
8
## Version: 4.1.1
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
-bm .bmm     # Block RAM memory map file
21
;         # User design - pick from xflow command line
22
-uc .ucf;     # ucf constraints
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
-pr b;                   # Pack internal FF/latches into IOBs
34
#-fp .mfp;       # Floorplan file
35
-ol high;
36
-timing;
37
-detail;
38
.ngd;  # Input NGD file
39
.pcf;  # Physical constraints file
40
END Program map
41
 
42
#
43
# Options for Post Map Trace
44
#
45
# Type "trce -h" for a detailed list of trce command line options
46
#
47
Program post_map_trce
48
-e 3;                 # Produce error report limited to 3 items per constraint
49
#-o _map.twr;  # Output trace report file
50
-xml _map.twx;     # Output XML version of the timing report
51
#-tsi _map.tsi; # Produce Timing Specification Interaction report
52
_map.ncd;  # Input mapped ncd
53
.pcf;      # Physical constraints file
54
END Program post_map_trce
55
 
56
#
57
# 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
_map.ncd;  # Input mapped NCD file
65
.ncd;                # Output placed and routed NCD
66
.pcf;      # Input physical constraints file
67
END Program par
68
 
69
#
70
# Options for Post Par Trace
71
#
72
# Type "trce -h" for a detailed list of trce command line options
73
#
74
Program post_par_trce
75
-e 3;                 # Produce error report limited to 3 items per constraint
76
#-o .twr;     # Output trace report file
77
-xml .twx;    # Output XML version of the timing report
78
#-tsi .tsi;  # Produce Timing Specification Interaction report
79
.ncd;   # Input placed and routed ncd
80
.pcf;   # Physical constraints file
81
END Program post_par_trce
82
 
83
 

powered by: WebSVN 2.1.0

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