OpenCores
URL https://opencores.org/ocsvn/mjpeg-decoder/mjpeg-decoder/trunk

Subversion Repositories mjpeg-decoder

[/] [mjpeg-decoder/] [trunk/] [mjpeg/] [etc/] [fast_runtime.opt] - Blame information for rev 8

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 8 smanz
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
.ngd;  # Input NGD file
36
.pcf;  # Physical constraints file
37
END Program map
38
 
39
#
40
# Options for Post Map Trace
41
#
42
# Type "trce -h" for a detailed list of trce command line options
43
#
44
Program post_map_trce
45
-e 3;                 # Produce error report limited to 3 items per constraint
46
#-o _map.twr;  # Output trace report file
47
-xml _map.twx;     # Output XML version of the timing report
48
#-tsi _map.tsi; # Produce Timing Specification Interaction report
49
_map.ncd;  # Input mapped ncd
50
.pcf;      # Physical constraints file
51
END Program post_map_trce
52
 
53
#
54
# Options for Place and Route
55
#
56
# Type "par -h" for a detailed list of par command line options
57
#
58
Program par
59
-w;                 # Overwrite existing placed and routed ncd
60
-ol std;              # Overall effort level
61
_map.ncd;  # Input mapped NCD file
62
.ncd;                # Output placed and routed NCD
63
.pcf;      # Input physical constraints file
64
END Program par
65
 
66
#
67
# Options for Post Par Trace
68
#
69
# Type "trce -h" for a detailed list of trce command line options
70
#
71
Program post_par_trce
72
-e 3;                 # Produce error report limited to 3 items per constraint
73
#-o .twr;     # Output trace report file
74
-xml .twx;    # Output XML version of the timing report
75
#-tsi .tsi;  # Produce Timing Specification Interaction report
76
.ncd;   # Input placed and routed ncd
77
.pcf;   # Physical constraints file
78
END Program post_par_trce
79
 
80
 

powered by: WebSVN 2.1.0

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