Skip to content

Commit

Permalink
reverted the verilator checkout to checkout master
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-J-Kidd committed Jan 31, 2024
1 parent 7c3ea51 commit 942a280
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/wally-tool-chain-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ git clone https://github.com/verilator/verilator # Only first time
unset VERILATOR_ROOT # For bash
cd verilator
git pull # Make sure git repository is up-to-date
git checkout v5.016 # Use development branch (e.g. recent bug fixes)
#git checkout master # Use development branch (e.g. recent bug fixes)
git checkout master # Use development branch (e.g. recent bug fixes)
autoconf # Create ./configure script
./configure # Configure and create Makefile
make -j ${NUM_THREADS} # Build Verilator itself (if error, try just 'make')
Expand Down

0 comments on commit 942a280

Please sign in to comment.