From 6cff3d1683ed19ca497975394d9a11df1b027c28 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 13 Jan 2021 17:57:23 +0000 Subject: Add missing modules to extraction and compile --- src/extraction/Extraction.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/extraction') 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. -- cgit