aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-30 09:35:37 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-30 09:35:37 +0100
commite7679bd745ddd7362524676465314dfef3257458 (patch)
tree7ae8e19b6ba9e500c7386a03f3f74a646c4a001c /driver
parent5d42b5fc8b24492f4457ccd541751db869fefc20 (diff)
downloadvericert-e7679bd745ddd7362524676465314dfef3257458.tar.gz
vericert-e7679bd745ddd7362524676465314dfef3257458.zip
Add back scheduling to the driver
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 aa5309a..0706d79 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
+ then Vericert.Compiler0.transf_hls_temp
else Vericert.Compiler0.transf_hls
in
match translation csyntax with