mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 13:17:41 -04:00
Adapt install verilator script.
This commit is contained in:
parent
d3e94bad13
commit
92634285f6
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ fi
|
|||
if [ ! -e "$VERILATOR_ROOT/bin/verilator" ]; then
|
||||
echo "Installing Verilator"
|
||||
wget https://www.veripool.org/ftp/verilator-3.924.tgz
|
||||
tar xzf verilator*.t*gz && cd verilator-*
|
||||
tar xzf verilator*.t*gz
|
||||
rm verilator*.t*gz
|
||||
cd verilator-*
|
||||
mkdir -p $VERILATOR_ROOT
|
||||
# copy scripts
|
||||
autoconf && ./configure --prefix="$VERILATOR_ROOT" && make -j${NUM_JOBS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue