source: trunk/IPs/systemC/processor/Morpheo/Documentation/Source/Graph/simulation_all.p @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 704 bytes
Line 
1set size 1.0, 1.0
2set terminal postscript eps enhanced color
3
4set out "../Schema_eps/simulation_all.eps"
5
6unset label
7unset log
8
9set data style boxes
10set boxwidth 0.5
11set style fill solid 1.000000 border -1
12
13set grid
14set xlabel "Architecture"
15set ylabel "Speed Up MT/ST"
16set yrange [0:4]
17   
18set xtics rotate by -25 ('x4-1\_1\_4-8'  0 , \
19                         'x4-1\_2\_2-8'  1 , \
20                         'x4-1\_2\_2-4'  2 , \
21                         'x4-1\_4\_1-8'  3 , \
22                         'x4-1\_4\_1-2'  4 , \
23                         'x4-2\_1\_2-8'  5 , \
24                         'x4-2\_1\_2-4'  6 , \
25                         'x4-2\_2\_1-8'  7 , \
26                         'x4-2\_2\_1-4'  8 , \
27                         'x4-2\_2\_1-2'  9 , \
28                         'x4-4\_1\_1-8'  10, \
29                         'x4-4\_1\_1-4'  11, \
30                         'x4-4\_1\_1-2'  12  \
31                         )                         
32
33plot "simulation_all.dat" notitle
34     
Note: See TracBrowser for help on using the repository browser.