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.
2 parents f9f7e8f + 12edd27 commit b1baf25Copy full SHA for b1baf25
.github/workflows/main.yml
@@ -74,8 +74,8 @@ jobs:
74
run: |
75
nix run '.#gcd.verilated'
76
77
- run-formal-verification:
78
- name: "Run Formal Verification"
+ run-jg-fpv:
+ name: "Run JasperGold FPV"
79
strategy:
80
fail-fast: false
81
runs-on: [self-hosted, linux, nixos]
@@ -86,6 +86,6 @@ jobs:
86
- uses: actions/checkout@v4
87
with:
88
ref: ${{ github.event.pull_request.head.sha }}
89
- - name: "Run Formal Verification"
+ - name: "Run JasperGold FPV"
90
91
- nix build '.#gcd.jg-fpv' --impure && $(exit $(cat result/failed_num))
+ nix build '.#gcd.jg-fpv' --impure && cat result/report.txt && $(exit $(cat result/failed_num))
0 commit comments