aboutsummaryrefslogtreecommitdiffstats
path: root/src/extraction
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-01-13 17:57:23 +0000
committerYann Herklotz <git@yannherklotz.com>2021-01-13 17:57:23 +0000
commit6cff3d1683ed19ca497975394d9a11df1b027c28 (patch)
tree38c88cacb4da8ca30043a9bf4001607ff12b54bb /src/extraction
parent2f4682ed99595587a08aaf18248dc470efc6472b (diff)
downloadvericert-6cff3d1683ed19ca497975394d9a11df1b027c28.tar.gz
vericert-6cff3d1683ed19ca497975394d9a11df1b027c28.zip
Add missing modules to extraction and compile
Diffstat (limited to 'src/extraction')
-rw-r--r--src/extraction/Extraction.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/extraction/Extraction.v b/src/extraction/Extraction.v
index 7736bfa..f4f1c26 100644
--- a/src/extraction/Extraction.v
+++ b/src/extraction/Extraction.v
@@ -21,7 +21,6 @@ From vericert Require
Compiler
RTLBlockgen
RTLBlock
- HTLSchedulegen
HTLgen
Pipeline.
@@ -172,7 +171,7 @@ Extract Inlined Constant Bracket.inbetween_loc => "fun _ -> assert false".
Extract Constant Pipeline.pipeline => "SoftwarePipelining.pipeline".
Extract Constant RTLBlockgen.partition => "Partition.partition".
-Extract Constant HTLSchedulegen.transl_module => "Schedule.transl_module".
+Extract Constant RTLPargen.schedule => "Schedule.schedule_fn".
(* Needed in Coq 8.4 to avoid problems with Function definitions. *)
Set Extraction AccessOpaque.