summaryrefslogtreecommitdiffstats
path: root/evaluation.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-06-25 22:56:30 +0100
committerYann Herklotz <git@yannherklotz.com>2020-06-25 22:56:30 +0100
commit4628ae2ef503f8496a7da47e4a3ee1f2a7d98223 (patch)
treecebbaaad042ed4adbdd7cb746b88300d6ee09101 /evaluation.tex
parent3377309317c3e309bd9637e7595f048c4e2340c9 (diff)
downloadoopsla21_fvhls-4628ae2ef503f8496a7da47e4a3ee1f2a7d98223.tar.gz
oopsla21_fvhls-4628ae2ef503f8496a7da47e4a3ee1f2a7d98223.zip
Add annotations to tex files
Diffstat (limited to 'evaluation.tex')
-rw-r--r--evaluation.tex7
1 files changed, 6 insertions, 1 deletions
diff --git a/evaluation.tex b/evaluation.tex
index 9103942..17e2e36 100644
--- a/evaluation.tex
+++ b/evaluation.tex
@@ -29,4 +29,9 @@ mips & 18482 & 78.43 & 10617 & 7690 & 0 \\\hline
\caption{CHstone programs synthesised in CoqUp}
\end{table}
-The difference in cycle counts shows the degree of parallelism that LegUp's scheduling and memory system can offer. However, their Verilog generation is not guaranteed to be correct. Although the runtime LegUp outputs are tested to be correct for these programs, this does not provide any confidence on the correctness of Verilog generation of any other programs. Our Coq proof mechanisation guarantees that generated Verilog is correct for any input program that uses the subset of CompCert instructions that we have proven to be correct. \ No newline at end of file
+The difference in cycle counts shows the degree of parallelism that LegUp's scheduling and memory system can offer. However, their Verilog generation is not guaranteed to be correct. Although the runtime LegUp outputs are tested to be correct for these programs, this does not provide any confidence on the correctness of Verilog generation of any other programs. Our Coq proof mechanisation guarantees that generated Verilog is correct for any input program that uses the subset of CompCert instructions that we have proven to be correct.
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: "main"
+%%% End: