File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ jobs:
1111 - uses : ./.github/actions/setup-dependencies
1212 with :
1313 github-token : ${{ secrets.GITHUB_TOKEN }}
14- # - name: Setup Dependencies
15- # env:
16- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17- # run: |
18- # make setup
19- # - name: Run RTL Verification
20- # env:
21- # COCOTB_ARGS: "--CI -verbosity debug"
22- # run: |
23- # make cocotb-verify-all-rtl
24- # - name: Debug
25- # if: always()
26- # run: |
27- # cat ./verilog/dv/cocotb/sim/*/*/*.log
14+ - name : Setup Dependencies
15+ env :
16+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17+ run : |
18+ make setup
19+ - name : Run RTL Verification
20+ env :
21+ COCOTB_ARGS : " --CI -verbosity debug"
22+ run : |
23+ make cocotb-verify-all-gl
24+ - name : Debug
25+ if : always()
26+ run : |
27+ cat ./verilog/dv/cocotb/sim/*/*/*.log
2828 # - name: Install nix
2929 # run: |
3030 # curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm --extra-conf "
You can’t perform that action at this time.
0 commit comments