summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichalis Pardalos <m.pardalos@gmail.com>2022-01-15 23:05:36 +0200
committerMichalis Pardalos <m.pardalos@gmail.com>2022-01-15 23:05:36 +0200
commit6f43405ebe9f64081decc8f3dfe6cd57ee39e6be (patch)
tree64229b4e8ae82f3d540f2fc4130db0fbc5ebd99c
parenta141415dfd04b463009cc5254d6e121fde9f0664 (diff)
downloadfccm22_rsvhls-6f43405ebe9f64081decc8f3dfe6cd57ee39e6be.tar.gz
fccm22_rsvhls-6f43405ebe9f64081decc8f3dfe6cd57ee39e6be.zip
Add estimates for SLOC and time taken
-rw-r--r--verified_resource_sharing.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/verified_resource_sharing.tex b/verified_resource_sharing.tex
index c47cf66..7f5f57c 100644
--- a/verified_resource_sharing.tex
+++ b/verified_resource_sharing.tex
@@ -418,7 +418,7 @@ stack is proven correct. Proofs of the load and store instructions are not quit
additional invariants need to be proven to hold for those instructions. The pass that renames
variables in HTL is yet to be proven, as is the pass that generates the final Verilog.
-To give a rough idea of the scale and complexity of the task: the implementation of \vericertfun{} involved the addition of about \MP{\ref{???}} lines of Coq code to \vericert{} and took the first author \MP{\ref{???}} months. The correctness proof, so far, has taken \MP{\ref{???}} lines of Coq code and \MP{\ref{???}} months.
+To give a rough idea of the scale and complexity of the task: the implementation of \vericertfun{} involved adding or changing about 700 lines of Coq code in \vericert{} and took the first author 4 months. The correctness proof, so far, has required about 2300 lines of additions or changes to the Coq code and 8 months.
\section{Performance evaluation}