From 4f67aaa8ba8b2b51716896d9be896af385652bc9 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 17 Dec 2020 10:00:29 +0000 Subject: Fix main build --- .github/workflows/main.yml | 1 - driver/VericertDriver.ml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0702601..cacf7fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,6 @@ jobs: with: submodules: true - - uses: cachix/install-nix-action@v12 with: nix_path: nixpkgs=channel:nixos-unstable 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 -> -- cgit