Skip to content

Commit

Permalink
fixup! Bump to Chisel 6, migrate to svsim
Browse files Browse the repository at this point in the history
  • Loading branch information
seldridge committed Jan 31, 2024
1 parent be85969 commit bc2b61a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ jobs:
autoconf
./configure --prefix=$(pwd)/../${{ env.verilator-install-dir }}
make
sudo make install
make install
- name: Set PATH
run: |
ls -la
ls -la ${{ env.verilator-install-dir }}
echo "$(pwd)/${{ env.verilator-install-dir }}/bin" >> $GITHUB_PATH
echo VERILATOR_PATH="$(pwd)/${{ env.verilator-install-dir }}" >> $GITHUB_ENV
which verilator
Expand Down

0 comments on commit bc2b61a

Please sign in to comment.