aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-12-17 10:00:29 +0000
committerYann Herklotz <git@yannherklotz.com>2020-12-17 10:00:29 +0000
commit4f67aaa8ba8b2b51716896d9be896af385652bc9 (patch)
treef0024d3605623890cdd78ae3d432b1108b840352 /driver
parent707795d8fc2bd0c546896986765418b8c867fa00 (diff)
downloadvericert-4f67aaa8ba8b2b51716896d9be896af385652bc9.tar.gz
vericert-4f67aaa8ba8b2b51716896d9be896af385652bc9.zip
Fix main buildv1.1.0
Diffstat (limited to 'driver')
-rw-r--r--driver/VericertDriver.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/VericertDriver.ml b/driver/VericertDriver.ml
index 0c02aeb..6887b56 100644
--- a/driver/VericertDriver.ml
+++ b/driver/VericertDriver.ml
@@ -94,7 +94,7 @@ let compile_c_file sourcename ifile ofile =
let verilog =
let translation = if !option_hls_schedule
then Vericert.Compiler0.transf_hls_temp
- else Vericert.Compiler0.transf_hls_opt
+ else Vericert.Compiler0.transf_hls
in
match translation csyntax with
| Vericert.Errors.OK v ->