mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-09 13:15:26 +00:00
Removed old comment from wally-tool-chain-install
This commit is contained in:
parent
e8df856fdb
commit
86279ca68d
@ -124,7 +124,7 @@ git clone https://github.com/verilator/verilator # Only first time
|
|||||||
unset VERILATOR_ROOT # For bash
|
unset VERILATOR_ROOT # For bash
|
||||||
cd verilator
|
cd verilator
|
||||||
git pull # Make sure git repository is up-to-date
|
git pull # Make sure git repository is up-to-date
|
||||||
git checkout master # Use development branch (e.g. recent bug fixes)
|
git checkout master
|
||||||
autoconf # Create ./configure script
|
autoconf # Create ./configure script
|
||||||
./configure # Configure and create Makefile
|
./configure # Configure and create Makefile
|
||||||
make -j ${NUM_THREADS} # Build Verilator itself (if error, try just 'make')
|
make -j ${NUM_THREADS} # Build Verilator itself (if error, try just 'make')
|
||||||
|
Loading…
Reference in New Issue
Block a user