aboutsummaryrefslogtreecommitdiffstats
path: root/src/VericertClflags.ml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-07-24 10:22:13 +0100
committerYann Herklotz <git@yannherklotz.com>2020-07-24 10:22:13 +0100
commit5cf10a4c70763cbb95747b19ac35b57a9dee4dd5 (patch)
treeeeb5a90e4d651093ac27058d4e83775a37ae1348 /src/VericertClflags.ml
parent1cc5a458f28ad44919c9bfafbd5191c253e453e2 (diff)
downloadvericert-5cf10a4c70763cbb95747b19ac35b57a9dee4dd5.tar.gz
vericert-5cf10a4c70763cbb95747b19ac35b57a9dee4dd5.zip
More renames to get it to compile
Diffstat (limited to 'src/VericertClflags.ml')
-rw-r--r--src/VericertClflags.ml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/VericertClflags.ml b/src/VericertClflags.ml
new file mode 100644
index 0000000..ca591de
--- /dev/null
+++ b/src/VericertClflags.ml
@@ -0,0 +1,6 @@
+(* Vericert flags *)
+let option_simulate = ref false
+let option_hls = ref true
+let option_debug_hls = ref false
+let option_initial = ref false
+let option_dhtl = ref false