aboutsummaryrefslogtreecommitdiffstats
path: root/src/extraction
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-09-18 10:55:13 +0100
committerYann Herklotz <git@yannherklotz.com>2023-09-18 10:55:13 +0100
commit1850879e7e196c0e1c00900acf5facaaf5387beb (patch)
tree9f02c7e07881b29f1d83a18dd199533751b7e09f /src/extraction
parent6a74d2e648903e54300f276a024e396978629b30 (diff)
downloadvericert-1850879e7e196c0e1c00900acf5facaaf5387beb.tar.gz
vericert-1850879e7e196c0e1c00900acf5facaaf5387beb.zip
Add benchmarking of unhashed commandsdebug/unhashed
Diffstat (limited to 'src/extraction')
-rw-r--r--src/extraction/Extraction.v5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/extraction/Extraction.v b/src/extraction/Extraction.v
index 0a83f02..cd8b037 100644
--- a/src/extraction/Extraction.v
+++ b/src/extraction/Extraction.v
@@ -28,6 +28,8 @@ From vericert Require
HLSOpts
Predicate
Bourdoncle
+ GiblePargenproofEquiv
+ GiblePargen
.
From Coq Require DecidableClass.
@@ -209,7 +211,8 @@ Separate Extraction
Verilog.stmnt_to_list
Bourdoncle.bourdoncle
- Smtpredicate.check_smt_total
+ Smtpredicate.check_smt_total GiblePargenproofEquiv.check GiblePargen.check_evaluability1
+ GiblePargen.check_evaluability2
Compiler.transf_c_program Compiler.transf_cminor_program
Cexec.do_initial_state Cexec.do_step Cexec.at_final_state