aboutsummaryrefslogtreecommitdiffstats
path: root/src/extraction
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-10-20 18:44:59 +0100
committerYann Herklotz <git@yannherklotz.com>2020-10-20 18:44:59 +0100
commit91e9202e6317ab3edd22562d659255d63a3fe65d (patch)
tree40101a29bfc14f5770ea8e367571c2cec7bc8275 /src/extraction
parent3144c39f4533f0936f3df0537bf470461565f5e9 (diff)
downloadvericert-91e9202e6317ab3edd22562d659255d63a3fe65d.tar.gz
vericert-91e9202e6317ab3edd22562d659255d63a3fe65d.zip
Finish implementing scheduling and add top level export
Diffstat (limited to 'src/extraction')
-rw-r--r--src/extraction/Extraction.v4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/extraction/Extraction.v b/src/extraction/Extraction.v
index 6fc8545..f7131b0 100644
--- a/src/extraction/Extraction.v
+++ b/src/extraction/Extraction.v
@@ -21,7 +21,8 @@ From vericert Require
Value
Compiler
RTLBlockgen
- RTLBlock.
+ RTLBlock
+ HTLSchedulegen.
From Coq Require DecidableClass.
@@ -168,6 +169,7 @@ Extract Inlined Constant Binary.round_mode => "fun _ -> assert false".
Extract Inlined Constant Bracket.inbetween_loc => "fun _ -> assert false".
Extract Constant RTLBlockgen.partition => "Partition.partition".
+Extract Constant HTLSchedulegen.transl_module => "Schedule.transl_module".
(* Needed in Coq 8.4 to avoid problems with Function definitions. *)
Set Extraction AccessOpaque.