mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Update bug in wally-tool-chain-install.sh script due to misspelling for an environmental variable. In addition, zlibc was removed due to deprecation
This commit is contained in:
parent
8d8bad61d4
commit
01a246422f
@ -116,7 +116,7 @@ sed -i 's/--isa=rv64ic/--isa=rv64iac/' rv64i_m/privilege/Makefile.include
|
|||||||
# Wally needs Verilator 5.0 or later.
|
# Wally needs Verilator 5.0 or later.
|
||||||
# Verilator needs to be built from scratch to get the latest version
|
# Verilator needs to be built from scratch to get the latest version
|
||||||
# apt-get install verilator installs version 4.028 as of 6/8/23
|
# apt-get install verilator installs version 4.028 as of 6/8/23
|
||||||
sudo apt-get install -y perl g++ ccache help2man libgoogle-perftools-dev numactl perl-doc zlibc zlib1g
|
sudo apt-get install -y perl g++ ccache help2man libgoogle-perftools-dev numactl perl-doc zlib1g
|
||||||
sudo apt-get install -y libfl2 libfl-dev # Ubuntu only (ignore if gives error)
|
sudo apt-get install -y libfl2 libfl-dev # Ubuntu only (ignore if gives error)
|
||||||
cd $RISCV
|
cd $RISCV
|
||||||
git clone https://github.com/verilator/verilator # Only first time
|
git clone https://github.com/verilator/verilator # Only first time
|
||||||
@ -127,7 +127,7 @@ git pull # Make sure git repository is up-to-date
|
|||||||
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
|
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')
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
# Sail (https://github.com/riscv/sail-riscv)
|
# Sail (https://github.com/riscv/sail-riscv)
|
||||||
|
Loading…
Reference in New Issue
Block a user