aboutsummaryrefslogtreecommitdiffstats
path: root/src/VericertClflags.ml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-03-02 10:27:43 +0000
committerYann Herklotz <git@yannherklotz.com>2021-03-02 10:27:43 +0000
commit5b121800db192b3d31cb6a245529f876079f442e (patch)
tree1a9e9f80aa73de332b505851a8a35eba71ee0ec7 /src/VericertClflags.ml
parent05347ca5126f335b0479b71a4576b141e082fab5 (diff)
downloadvericert-5b121800db192b3d31cb6a245529f876079f442e.tar.gz
vericert-5b121800db192b3d31cb6a245529f876079f442e.zip
Add option to turn on/off ram inferrence
Diffstat (limited to 'src/VericertClflags.ml')
-rw-r--r--src/VericertClflags.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/VericertClflags.ml b/src/VericertClflags.ml
index 534962b..977ca00 100644
--- a/src/VericertClflags.ml
+++ b/src/VericertClflags.ml
@@ -7,3 +7,4 @@ let option_dhtl = ref false
let option_drtlblock = ref false
let option_hls_schedule = ref false
let option_fif_conv = ref false
+let option_fram = ref true