aboutsummaryrefslogtreecommitdiffstats
path: root/src/VericertClflags.ml
diff options
context:
space:
mode:
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