Commit 5679a22f authored by Alan Marchiori's avatar Alan Marchiori
Browse files

skip verilator install

parent ed3c8a71
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -61,19 +61,19 @@ echo "Home of Learning Journey set in \$LJHOME"


# install verilator:
git clone http://git.veripool.org/git/verilator
cd verilator

unset VERILATOR_ROOT
git pull
git checkout verilator_3_904
# Version 3.904 is dated May 30th, 2017, however Chisel3 has issues with
# more up-to-date versions. This is where the bug was reported and may be tracked:
#	https://github.com/ucb-bar/chisel-tutorial/issues/111
autoconf # Create ./configure script
./configure
make
make install
# git clone http://git.veripool.org/git/verilator
# cd verilator
#
# unset VERILATOR_ROOT
# git pull
# git checkout verilator_3_904
# # Version 3.904 is dated May 30th, 2017, however Chisel3 has issues with
# # more up-to-date versions. This is where the bug was reported and may be tracked:
# #	https://github.com/ucb-bar/chisel-tutorial/issues/111
# autoconf # Create ./configure script
# ./configure
# make
# make install

cd $LJHOME