aboutsummaryrefslogtreecommitdiffstats
path: root/driver/VericertDriver.ml
diff options
context:
space:
mode:
Diffstat (limited to 'driver/VericertDriver.ml')
-rw-r--r--driver/VericertDriver.ml4
1 files changed, 3 insertions, 1 deletions
diff --git a/driver/VericertDriver.ml b/driver/VericertDriver.ml
index 6887b56..d2c301f 100644
--- a/driver/VericertDriver.ml
+++ b/driver/VericertDriver.ml
@@ -249,7 +249,8 @@ Code generation options: (use -fno-<opt> to turn off -f<opt>)
-fcommon Put uninitialized globals in the common section [on].
HLS Optimisations:
- -fschedule Schedule the resulting hardware [off].
+ -fschedule Schedule the resulting hardware [off].
+ -fif-conversion If-conversion optimisation [off].
|} ^
target_help ^
toolchain_help ^
@@ -434,6 +435,7 @@ let cmdline_actions =
@ f_opt "fpu" option_ffpu
@ f_opt "sse" option_ffpu (* backward compatibility *)
@ f_opt "schedule" option_hls_schedule
+ @ f_opt "if-conv" option_fif_conv
@ [
(* Catch options that are not handled *)
Prefix "-", Self (fun s ->