summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-13 09:38:39 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-13 09:38:50 +0100
commit89f851d4d73f347031db2b77aa87737757baafdb (patch)
tree378251e883df31fe8482625de363ee07f38bff59
parenta015e47150ef3ec29451ad237eb4f3aa138f2d37 (diff)
downloadoopsla21_fvhls-89f851d4d73f347031db2b77aa87737757baafdb.tar.gz
oopsla21_fvhls-89f851d4d73f347031db2b77aa87737757baafdb.zip
Simplify title
-rw-r--r--proof.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/proof.tex b/proof.tex
index e54a9af..a02baf9 100644
--- a/proof.tex
+++ b/proof.tex
@@ -1,6 +1,6 @@
-\section{Semantics Preservation Proof of Translation}\label{sec:proof}
+\section{Correctness Proof}\label{sec:proof}
-\JW{That's quite a hard-to-parse section heading; I'd go for something simpler like `Correctness Proof' or `Proving Correctness'}
+%\JW{That's quite a hard-to-parse section heading; I'd go for something simpler like `Correctness Proof' or `Proving Correctness'}
Now that the Verilog semantics have been adapted to the CompCert model, we are in a position to formally prove the correctness of our C-to-Verilog compilation. This section describes the main correctness theorem that was proven and the key ideas in the proof. The full Coq proof is available online~\cite{yann_herklotz_2021_5093839}.