mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-19 03:44:46 -04:00
Update to Verilator 4.014
This commit is contained in:
parent
957ba3adaf
commit
07aeb56387
4 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ before_script:
|
|||
- export QUESTASIM_FLAGS=-noautoldlibpath
|
||||
- export CXX=g++-7.2.0 CC=gcc-7.2.0
|
||||
- export RISCV=/scratch2/gitlabci/riscv_install
|
||||
- export VERILATOR_ROOT=/scratch2/gitlabci/verilator-3.924
|
||||
- export VERILATOR_ROOT=/scratch2/gitlabci/verilator-4.014
|
||||
# setup dependent paths
|
||||
- export PATH=${RISCV}/bin:$VERILATOR_ROOT/bin:${PATH}
|
||||
- export LIBRARY_PATH=$RISCV/lib
|
||||
|
|
|
@ -36,7 +36,7 @@ addons:
|
|||
env:
|
||||
global:
|
||||
- RISCV="/home/travis/riscv_install"
|
||||
- VERILATOR_ROOT="/home/travis/verilator-3.924/"
|
||||
- VERILATOR_ROOT="/home/travis/verilator-4.014/"
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
|
@ -10,7 +10,7 @@ fi
|
|||
if [ ! -e "$VERILATOR_ROOT/bin/verilator" ]; then
|
||||
echo "Installing Verilator"
|
||||
rm -f verilator*.tgz
|
||||
wget https://www.veripool.org/ftp/verilator-4.008.tgz
|
||||
wget https://www.veripool.org/ftp/verilator-4.014.tgz
|
||||
tar xzf verilator*.tgz
|
||||
rm -f verilator*.tgz
|
||||
cd verilator*
|
||||
|
|
|
@ -10,7 +10,7 @@ export CXX=g++-7 CC=gcc-7
|
|||
|
||||
# where to install the tools
|
||||
export RISCV=$TOP/riscv_install
|
||||
export VERILATOR_ROOT=$TOP/verilator-4.008/
|
||||
export VERILATOR_ROOT=$TOP/verilator-4.014/
|
||||
|
||||
export PATH=$RISCV/bin:$VERILATOR_ROOT/bin:$PATH
|
||||
export LIBRARY_PATH=$RISCV/lib
|
||||
|
|
Loading…
Add table
Reference in a new issue