mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
reverted the verilator checkout to checkout master
This commit is contained in:
parent
7c3ea5136c
commit
942a2804c3
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user