Skip to content

Commit f8c984e

Browse files
author
M0stafaRady
committed
Merge branch 'cocotb' of github.com:efabless/frigate-upw-example into cocotb
2 parents 2e07a7f + 5453965 commit f8c984e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/test.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- name: Run make setup
11+
- name: Setup Dependencies
12+
env:
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1214
run: |
1315
make setup
16+
- name: Run RTL Verification
17+
run: |
18+
make cocotb-verify-all-rtl
19+
- name: Debug
20+
if: always()
21+
run: |
22+
cat ./verilog/dv/cocotb/sim/*/*/*.log
23+

0 commit comments

Comments
 (0)