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

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 770 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 2
11set style fill solid 1.000000 border -1
12   
13set grid
14set xlabel "Architecture"
15set ylabel "Ratio MT/ST"
16   set yrange [0:4.5]
17   
18set xtics rotate by -25 ('X4-1_1_4-8'  0  , \
19                         'X4-1_2_2-8'  10 , \
20                         'X4-1_2_2-4'  20 , \
21                         'X4-2_1_2-8'  30 , \
22                         'X4-2_1_2-4'  40 , \
23                         'X4-1_4_1-8'  50 , \
24                         'X4-1_4_1-2'  60 , \
25                         'X4-2_2_1-8'  70 , \
26                         'X4-2_2_1-4'  80 , \
27                         'X4-2_2_1-2'  90 , \
28                         'X4-4_1_1-8'  100, \
29                         'X4-4_1_1-4'  110, \
30                         'X4-4_1_1-2'  120  )
31
32
33plot "simulation_all_perf.dat"    title "Gain de performance",\
34     "simulation_all_surface.dat" title "Augmentation surface"
Note: See TracBrowser for help on using the repository browser.