Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
TEST cocotb
  • Loading branch information
umarcor committed Dec 6, 2021
1 parent 2a955e8 commit 2070238
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/extended-tests.yml
Expand Up @@ -72,9 +72,27 @@ jobs:
with:
msystem: ${{ matrix.msystem }}
update: true
install:
git
make
mingw-w64-${{ matrix.arch }}-gcc
mingw-w64-${{ matrix.arch }}-python-pip

- uses: actions/download-artifact@v2

- run: pacman -U --noconfirm --noprogressbar artifact/*.zst

- run: verilator --help

- name: Install cocotb
run: |
pip3 install coverage xunitparser pytest pytest-cov
pip install --global-option build_ext --global-option --compiler=mingw32 https://github.com/cocotb/cocotb/archive/master.zip
- name: Test cocotb test_avalon_stream
run: |
git clone https://github.com/cocotb/cocotb
cd cocotb
export SIM=verilator
cd tests/test_cases/test_avalon_stream
make

0 comments on commit 2070238

Please sign in to comment.