Skip to content

Commit

Permalink
more fixes for verilator dev test
Browse files Browse the repository at this point in the history
  • Loading branch information
bat52 committed Feb 11, 2024
1 parent 6284dd5 commit 9bc8100
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_verilator_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ jobs:
# sudo make install
set VERILATOR_ROOT=`pwd`
export PATH=$PATH:$VERILATOR_ROOT/bin
set PATH=$PATH:$VERILATOR_ROOT/bin
which verilator
cd ..
- name: check verilator version
run: |
ls ./verilator
ls ./verilator/bin
# ls ./verilator
# ls ./verilator/bin
which verilator
verilator --version
- name: check gcc version
Expand Down

0 comments on commit 9bc8100

Please sign in to comment.