We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707795d commit 4f67aaaCopy full SHA for 4f67aaa
.github/workflows/main.yml
@@ -30,7 +30,6 @@ jobs:
30
with:
31
submodules: true
32
33
-
34
- uses: cachix/install-nix-action@v12
35
36
nix_path: nixpkgs=channel:nixos-unstable
driver/VericertDriver.ml
@@ -94,7 +94,7 @@ let compile_c_file sourcename ifile ofile =
94
let verilog =
95
let translation = if !option_hls_schedule
96
then Vericert.Compiler0.transf_hls_temp
97
- else Vericert.Compiler0.transf_hls_opt
+ else Vericert.Compiler0.transf_hls
98
in
99
match translation csyntax with
100
| Vericert.Errors.OK v ->
0 commit comments