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 bc2b61a commit 730eedc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,8 @@ jobs:
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
verilator -version
echo VERILATOR_ROOT="$(pwd)/${{ env.verilator-install-dir }}" >> $GITHUB_ENV
- name: SBT Test
run: sbt test
- name: mill Test
Expand Down

0 comments on commit 730eedc

Please sign in to comment.