Revert "reverted the verilator checkout to checkout master"

This reverts commit 942a2804c3.
This commit is contained in:
Thomas Kidd 2024-02-01 09:07:14 -06:00
parent 942a2804c3
commit 85f214a025

View File

@ -125,7 +125,8 @@ 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 master # Use development branch (e.g. recent bug fixes)
git checkout v5.016 # 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')