Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
FloVer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AVA
FloVer
Commits
d7e3ebf6
Commit
d7e3ebf6
authored
Oct 03, 2017
by
Heiko Becker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge
parent
29992b73
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
coq/binary/Makefile
coq/binary/Makefile
+4
-4
hol4/binary/Holmakefile
hol4/binary/Holmakefile
+1
-1
hol4/cakeml
hol4/cakeml
+1
-1
scripts/formal/cpp_2018_times.sh
scripts/formal/cpp_2018_times.sh
+3
-3
src/main/scala/daisy/backend/CertificatePhase.scala
src/main/scala/daisy/backend/CertificatePhase.scala
+1
-1
No files found.
coq/binary/Makefile
View file @
d7e3ebf6
bytes
:
ocamlc
-c
CoqChecker.ml
ocamlc
-o
coq_checker_bytes nums.cma big.ml CoqChecker.ml coq_main.ml
#
bytes:
#
ocamlc -c CoqChecker.ml
#
ocamlc -o coq_checker_bytes nums.cma big.ml CoqChecker.ml coq_main.ml
native
:
ocamlc
-c
CoqChecker.ml
ocamlc
-o
coq_checker_native nums.cma big.ml CoqChecker.ml coq_main.ml
all
:
bytes
native
all
:
native
hol4/binary/Holmakefile
View file @
d7e3ebf6
INCLUDES = .. ../cakeml/compiler ../cakeml/compiler/backend
INCLUDES = .. ../cakeml/compiler ../cakeml/compiler/backend
../cakeml/misc
OPTIONS = QUIT_ON_FAILURE
ifdef POLY
...
...
cakeml
@
9f7a2e8b
Compare
3f8f06e6
...
9f7a2e8b
Subproject commit
3f8f06e6f46b79db0217c67bc1842309900666b4
Subproject commit
9f7a2e8b53e4f091ae49340aed425376ed30ae26
scripts/formal/cpp_2018_times.sh
View file @
d7e3ebf6
...
...
@@ -24,7 +24,7 @@ do
FILENAME
=
${
FILEPRE
/.\/testcases\/cpp2018\//
}
PMAPSUFF
=
${
file
/scala/txt
}
PMAP
=
${
PMAPSUFF
/.\/testcases\/cpp2018\//
}
/usr/bin/time
-o
$1
-a
-f
"
$FILENAME
, %e "
./daisy
$file
--certificate
=
coq
--errorMethod
=
interval
--mixed-precision
=
testcases/mixed-precision-maps/
$PMAP
#
/usr/bin/time -o $1 -a -f " $FILENAME , %e " ./daisy $file --certificate=coq --errorMethod=interval --mixed-precision=testcases/mixed-precision-maps/$PMAP
#echo "HOL4 Certificate"
/usr/bin/time
-o
$1
-a
-f
"
$FILENAME
, %e "
./daisy
$file
--certificate
=
hol4
--errorMethod
=
interval
--mixed-precision
=
testcases/mixed-precision-maps/
$PMAP
#echo "HOL4 Binary Certificate"
...
...
@@ -33,8 +33,8 @@ do
done
echo
"################################################
Certificate test - Coq
###############################################
#
"
>>
$1
Certificate test - Coq
###############################################"
>>
$1
cd
coq
arrCoq
=()
...
...
src/main/scala/daisy/backend/CertificatePhase.scala
View file @
d7e3ebf6
...
...
@@ -781,7 +781,7 @@ object CertificatePhase extends DaisyPhase {
"Proof.\n vm_compute; auto.\nQed.\n"
}
else
if
(
prover
==
"hol4"
){
"val _ = store_thm (\""
+
s
"ErrorBound_${fName}_Sound"
+
"\",\n"
+
s
"``CertificateCheckerCmd $lastGenName $analysisResultName $precondName $defVarsName``,\n daisy_eval_tac \\ fs[]);\n"
s
"``CertificateCheckerCmd $lastGenName $analysisResultName $precondName $defVarsName``,\n daisy_eval_tac \\
\\
fs[]);\n"
}
else
""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment