aboutsummaryrefslogtreecommitdiffstats
path: root/src/VericertClflags.ml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-05-27 01:05:32 +0100
committerYann Herklotz <git@yannherklotz.com>2022-05-27 01:05:32 +0100
commit0a44da6a7037d9eb270386eeef4f929177c4ec0d (patch)
treeac08c768bbdedda7d791972ee0e2c4db1fb5ac14 /src/VericertClflags.ml
parent27714f85233e52978caebd67b550bde51e693d48 (diff)
downloadvericert-0a44da6a7037d9eb270386eeef4f929177c4ec0d.tar.gz
vericert-0a44da6a7037d9eb270386eeef4f929177c4ec0d.zip
Rewrite a lot fixing scheduling of Gible
Diffstat (limited to 'src/VericertClflags.ml')
-rw-r--r--src/VericertClflags.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VericertClflags.ml b/src/VericertClflags.ml
index 0402d49..9dccb53 100644
--- a/src/VericertClflags.ml
+++ b/src/VericertClflags.ml
@@ -4,8 +4,8 @@ let option_hls = ref true
let option_debug_hls = ref false
let option_initial = ref false
let option_dhtl = ref false
-let option_drtlblock = ref false
-let option_drtlpar = ref false
+let option_dgblseq = ref false
+let option_dgblpar = ref false
let option_drtlparfu = ref false
let option_hls_schedule = ref false
let option_fif_conv = ref false