source: trunk/IPs/systemC/processor/Morpheo/Documentation/Source/Graph/simulation_surface.p @ 57

Last change on this file since 57 was 57, checked in by rosiere, 17 years ago
  • VHDL - RegisterFile_Multi_Banked (only partial_crossbar)
  • SystemC - modif Component, interface and co -> ajout du type Tusage_T pour instancier un coposant mais ne demander que le VHDL ou le systemC.
  • Séminaire interne
File size: 759 bytes
Line 
1set size 1.0, 1.0
2set terminal postscript eps enhanced color
3
4set out "../Schema_eps/simulation_surface.eps"
5
6unset label
7unset log
8
9set data style boxes
10set boxwidth 4
11set style fill solid 1.000000 border -1
12   
13set grid
14set xlabel "Architecture"
15set ylabel "Nb registers"
16set yrange [0:220000]
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
32plot "simulation_surface_ST.dat" title "Surface ST",\
33     "simulation_surface_MT.dat" title "Surface MT"
34     
Note: See TracBrowser for help on using the repository browser.