Skip to content

Commit

Permalink
add verilator test 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 a6bc1d8 commit b6c4b1e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test_verilator_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,14 @@ jobs:
autoconf # Create ./configure script
./configure # Configure and create Makefile
make -j `nproc` # Build Verilator itself (if error, try just 'make')
# sudo make install
sudo make install
set VERILATOR_ROOT=`pwd`
set PATH=$PATH:$VERILATOR_ROOT/bin
# set PATH=$PATH:$VERILATOR_ROOT/bin
- name: test verilator
run: |
make test
cd ..
- name: check verilator version
run: |
Expand Down

0 comments on commit b6c4b1e

Please sign in to comment.