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 Original line Diff line number Diff line
@@ -61,19 +61,19 @@ echo "Home of Learning Journey set in \$LJHOME"




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

#
unset VERILATOR_ROOT
# unset VERILATOR_ROOT
git pull
# git pull
git checkout verilator_3_904
# git checkout verilator_3_904
# Version 3.904 is dated May 30th, 2017, however Chisel3 has issues with
# # 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:
# # 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
# #	https://github.com/ucb-bar/chisel-tutorial/issues/111
autoconf # Create ./configure script
# autoconf # Create ./configure script
./configure
# ./configure
make
# make
make install
# make install


cd $LJHOME
cd $LJHOME