Skip to content

Commit

Permalink
use iverilog 13 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevej committed Oct 29, 2024
1 parent a308ca9 commit 9d61228
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ jobs:

- name: Install iverilog
shell: bash
run: sudo apt-get update && sudo apt-get install -y iverilog
run: |
sudo apt-get update
wget https://github.com/htfab/iverilog/releases/download/13.0-git-d8c3c51/iverilog_13.0-git-d8c3c51a-1_amd64.deb
sudo apt-get update -y
sudo apt-get install -y ./iverilog_13.0-git-d8c3c51a-1_amd64.deb


# Set Python up and install cocotb
- name: Setup python
Expand Down

0 comments on commit 9d61228

Please sign in to comment.