Skip to content

Commit

Permalink
add install pyverilator-mm to test_verilator_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bat52 committed Feb 11, 2024
1 parent 05fa260 commit 9da84e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_verilator_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install edalize
run: |
pip install edalize
- name: Install pyverilator-mm
run: |
pip install pyverilator-mm
- name: pip configuration report
run: |
pip list
Expand Down

0 comments on commit 9da84e7

Please sign in to comment.