]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/PlatformStudioProject/etc/fast_runtime.opt
Correct calculation of xHeapStructSize in heap_4 and heap_5.
[freertos] / FreeRTOS / Demo / MicroBlaze_Spartan-6_EthernetLite / PlatformStudioProject / etc / fast_runtime.opt
1 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>;        # 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 <design>.bmm     # Block RAM memory map file
21 <userdesign>;         # User design - pick from xflow command line
22 -uc <design>.ucf;     # ucf constraints
23 <design>.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 <arch>" for a detailed list of map command line options
30 #
31 Program map
32 -o <design>_map.ncd;     # Output Mapped ncd file
33 -w;                      # Overwrite output files.
34 -pr b;                   # Pack internal FF/latches into IOBs
35 #-fp <design>.mfp;       # Floorplan file
36 -ol high;
37 -timing;
38 -detail;
39 <inputdir><design>.ngd;  # Input NGD file
40 <inputdir><design>.pcf;  # Physical constraints file
41 END Program map
42
43 #
44 # Options for Post Map Trace
45 #
46 # Type "trce -h" for a detailed list of trce command line options
47 #
48 Program post_map_trce
49 -e 3;                 # Produce error report limited to 3 items per constraint
50 #-o <design>_map.twr;  # Output trace report file
51 -xml <design>_map.twx;     # Output XML version of the timing report
52 #-tsi <design>_map.tsi; # Produce Timing Specification Interaction report
53 <inputdir><design>_map.ncd;  # Input mapped ncd
54 <inputdir><design>.pcf;      # Physical constraints file
55 END Program post_map_trce
56
57 #
58 # Options for Place and Route
59 #
60 # Type "par -h" for a detailed list of par command line options
61 #
62 Program par
63 -w;                 # Overwrite existing placed and routed ncd
64 -ol high;              # Overall effort level
65 <inputdir><design>_map.ncd;  # Input mapped NCD file
66 <design>.ncd;                # Output placed and routed NCD
67 <inputdir><design>.pcf;      # Input physical constraints file
68 END Program par
69
70 #
71 # Options for Post Par Trace
72 #
73 # Type "trce -h" for a detailed list of trce command line options
74 #
75 Program post_par_trce
76 -e 3;                 # Produce error report limited to 3 items per constraint
77 #-o <design>.twr;     # Output trace report file
78 -xml <design>.twx;    # Output XML version of the timing report
79 #-tsi <design>.tsi;  # Produce Timing Specification Interaction report
80 <inputdir><design>.ncd;   # Input placed and routed ncd
81 <inputdir><design>.pcf;   # Physical constraints file
82 END Program post_par_trce
83
84