From 178a7c4781c96857fe0a33c777da83e769516152 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 11 Jul 2021 15:59:21 +0200 Subject: Remove unnecessary files and proofs --- driver/VericertDriver.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/VericertDriver.ml') diff --git a/driver/VericertDriver.ml b/driver/VericertDriver.ml index 0706d79..aa5309a 100644 --- a/driver/VericertDriver.ml +++ b/driver/VericertDriver.ml @@ -93,7 +93,7 @@ let compile_c_file sourcename ifile ofile = end else begin let verilog = let translation = if !option_hls_schedule - then Vericert.Compiler0.transf_hls_temp + then Vericert.Compiler0.transf_hls else Vericert.Compiler0.transf_hls in match translation csyntax with -- cgit