source: trunk/IPs/systemC/processor/Morpheo/Documentation/Source/Graph/synthese_FPGA-registerfile.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: 876 bytes
Line 
1set size 1.0, 1.0
2set terminal postscript eps enhanced color
3
4set out "../Schema_eps/synthese_FPGA-registerfile.eps"
5
6unset label
7unset log
8
9set data style boxes
10set boxwidth 10
11set style fill solid 1.000000 border -1
12   
13set grid
14set xlabel "Architecture"
15set ylabel "Nombre LUTs"
16set yrange [1:100000]
17unset logscale; set logscale y
18set xtics rotate by -25 ('R:1  W:1'    0 , \
19                         'R:2  W:1'   60 , \
20                         'R:4  W:1'  120 , \
21                         'R:8  W:1'  180 , \
22                         'R:1  W:2'  240 , \
23                         'R:1  W:4'  300 , \
24                         'R:1  W:8'  360 )
25
26plot "synthese_FPGA-registerfile_monolithic.dat" title "monolithic",\
27     "synthese_FPGA-registerfile_1_bank.dat"     title "1 banc"    ,\
28     "synthese_FPGA-registerfile_2_bank.dat"     title "2 bancs"   ,\
29     "synthese_FPGA-registerfile_4_bank.dat"     title "4 bancs"   ,\
30     "synthese_FPGA-registerfile_8_bank.dat"     title "8 bancs"
31
32     
Note: See TracBrowser for help on using the repository browser.