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 b7cabdf commit 9334b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
sudo make install
- name: Set PATH
run: |
echo "$(pwd)/${{ env.verilator-install-dir }}" >> $GITHUB_PATH
echo "$(pwd)/${{ env.verilator-install-dir }}/bin" >> $GITHUB_PATH
- name: SBT Test
run: sbt test
- name: mill Test
Expand Down

0 comments on commit 9334b38

Please sign in to comment.