Loading set-learning-journey.sh +13 −13 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
set-learning-journey.sh +13 −13 Original line number Diff line number Diff line Loading @@ -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 Loading