add more experimental data
[fleet.git] / chips / marina / data / marina13-data.gnuplot
1 #
2 # Test Data from Marina Chip #13
3 #
4
5 set terminal pdf
6 set title "Vdd vs Energy Per Operation (at various speeds), Chip #13"
7 set output "marina13-vdd.vs.energy.per.op.pdf"
8 set xlabel "Vdd"
9 set ylabel "PicoJoules Per Operation"
10 plot 'marina13-data.txt' using ($1):(1000*($1*$4)/($3)) title "" with linespoints
11
12 set title "Performance vs Energy Per Operation (at various Vdd), Chip #13"
13 set output "marina13-performance.vs.energy.per.op.pdf"
14 set xlabel "Giga Operations Per Second"
15 set ylabel "PicoJoules Per Operation"
16 plot 'marina13-data.txt' using ($3):(1000*($1*$4)/($3)) title "" with linespoints
17
18
19
20