Skip to content

Commit 4f67aaa

Browse files
committed
Fix main build
1 parent 707795d commit 4f67aaa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
with:
3131
submodules: true
3232

33-
3433
- uses: cachix/install-nix-action@v12
3534
with:
3635
nix_path: nixpkgs=channel:nixos-unstable

driver/VericertDriver.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ let compile_c_file sourcename ifile ofile =
9494
let verilog =
9595
let translation = if !option_hls_schedule
9696
then Vericert.Compiler0.transf_hls_temp
97-
else Vericert.Compiler0.transf_hls_opt
97+
else Vericert.Compiler0.transf_hls
9898
in
9999
match translation csyntax with
100100
| Vericert.Errors.OK v ->

0 commit comments

Comments
 (0)