Skip to content

Commit

Permalink
GitHub ci: install verilator in setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cathales authored Jan 3, 2024
1 parent 490df39 commit 8112027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ tar -x -f $RISCV64_UNKNOWN_ELF_GCC --strip-components=1 -C $RISCV

sudo apt install libfl-dev help2man

(source verif/sim/setup-env.sh; bash verif/regress/install-spike.sh)
(source verif/sim/setup-env.sh; bash verif/regress/install-verilator.sh; bash verif/regress/install-spike.sh)
ci/build-riscv-tests.sh

0 comments on commit 8112027

Please sign in to comment.