Browse Source

data update

Min 5 years ago
parent
commit
bf1382b406
3 changed files with 713 additions and 796 deletions
  1. 443 451
      docs/tests/cycles.eps
  2. 2 2
      docs/tests/cycles.m
  3. 268 343
      docs/tests/power.eps

File diff suppressed because it is too large
+ 443 - 451
docs/tests/cycles.eps


+ 2 - 2
docs/tests/cycles.m

@@ -20,7 +20,7 @@ x_labels = [
     {'\begin{tabular}{r}\texttt{Multiply 16bit}\end{tabular}'}
 ];
 set(gca,'XTickLabel', x_labels, 'TickLabelInterpreter', 'latex')
-title("Power consumtion of implemented design on FPGA")
+title("Processor cycles per function")
 ylabel("Numer of cycles")
 xtickangle(40);
 xtips1 = [1:7] - 0.21;
@@ -47,4 +47,4 @@ er.Color = [0 0 0];
 er.LineStyle = 'none';
 set(gca,'xticklabel',{'None'; 'RISC'; 'OISC'})
 ylabel("Power (mW)")
-title("Power consumtion of implemented design on FPGA")
+title("Processor power consumtion")

File diff suppressed because it is too large
+ 268 - 343
docs/tests/power.eps