source: trunk/IPs/systemC/processor/Morpheo/Documentation/Source/Graph/simulation_operative.p @ 16

Last change on this file since 16 was 16, checked in by rosiere, 17 years ago

Ajout d'une ancienne présentation dans la documentation de Morpheo

File size: 542 bytes
Line 
1set size 0.5, 1.0
2set terminal postscript eps enhanced color
3
4set out "../Schema_eps/simulation_operative.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 ('x04\_w08-01\_e08-01 '  0 , \
19                         'x04\_w08-04\_e08-01 '  1 , \
20                         'x04\_w08-07\_e08-01 '  2 , \
21                         'x04\_w08-11\_e08-01 '  4 , \
22                         'x04\_w08-15\_e08-01 '  5   \
23                         )
24
25plot "simulation_operative.dat" notitle
26     
Note: See TracBrowser for help on using the repository browser.