Skip to content

Commit ff523d9

Browse files
committed
Unset VERILATOR_ROOT to fix build
1 parent f5c9c0b commit ff523d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ install:
7474
# Download, build and install Verilator 3.882.
7575
- export SYSTEMC_CXX_FLAGS=-pthread
7676
- bash install-verilator.sh
77-
- export VERILATOR_ROOT=${HOME}/verilator/share/verilator
77+
# - export VERILATOR_ROOT=${HOME}/verilator/share/verilator
7878
- export PATH=${HOME}/verilator/bin:$PATH
7979
- verilator -V
8080
- ls -R ${VERILATOR_ROOT}

0 commit comments

Comments
 (0)