From 91b62a7100ccb1f8910422bc4566bc57ade8f7e7 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 22 Feb 2021 18:41:33 +0000 Subject: Add RTLPar printing --- src/VericertClflags.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/VericertClflags.ml') diff --git a/src/VericertClflags.ml b/src/VericertClflags.ml index 534962b..930b613 100644 --- a/src/VericertClflags.ml +++ b/src/VericertClflags.ml @@ -5,5 +5,6 @@ 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_hls_schedule = ref false let option_fif_conv = ref false -- cgit